c971344ddb
* Fix ReadItLater checkbox label on bulk add Adds a random string to the HTML ID so it can be unique in batch more, where there are multiple checkboxes. * Fix PHPUnit compatibility polyfill
1 line
122 B
HTML
1 line
122 B
HTML
<input type="checkbox" name="readitlater" id="readitlater_%s" %s /><label for="readitlater_%s"> Read it later</label><br>
|