mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-7861, fixng broken xhtml
This commit is contained in:
parent
4b75f9f8ef
commit
4aac765f4c
@ -392,14 +392,14 @@
|
||||
for($i=1; $i < $nqueries; $i++)
|
||||
{
|
||||
if( !strstr($queries[$i], 'allowcache') )
|
||||
$me .= $queries[$i] . '&';
|
||||
$me .= $queries[$i] . '&';
|
||||
}
|
||||
$me .= 'allowcache=0';
|
||||
|
||||
// Insert the link
|
||||
$linkdesc = get_string('reloadlinkdescription', 'wiki');
|
||||
$linktext = get_string('reloadlinktext', 'wiki');
|
||||
echo "<div align='right' style='padding-bottom: 0.5em;'><a href='$me' title='$linkdesc'><input type='button' value='$linktext'></a></div>";
|
||||
echo "<div align='right' style='padding-bottom: 0.5em;'><a href='$me' title='$linkdesc'><input type='button' value='$linktext' /></a></div>";
|
||||
|
||||
print_simple_box_start('center', '100%', '', '20');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user