mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
This commit is contained in:
parent
c0fe837eeb
commit
60af27037b
44 changed files with 197 additions and 197 deletions
|
@ -26,7 +26,7 @@ class block_search_forums extends block_base {
|
|||
|
||||
$advancedsearch = get_string('advancedsearch', 'block_search_forums');
|
||||
|
||||
//Accessibility: replaced <input value=">" type="submit"> with configurable text/'silent' character.
|
||||
//Accessibility: replaced <input value=" />" type="submit"> with configurable text/'silent' character.
|
||||
check_theme_arrows();
|
||||
// Theme config, $CFG->block_search_button = $THEME->rarrow .'<span class="accesshide">'.get_string('search').'</span>';
|
||||
$button = (isset($CFG->block_search_button)) ? $CFG->block_search_button : get_string('go');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue