MDL-7861, fixng broken xhtml

This commit is contained in:
toyomoyo 2006-12-21 06:01:35 +00:00
parent 4b75f9f8ef
commit 4aac765f4c

View File

@ -392,14 +392,14 @@
for($i=1; $i < $nqueries; $i++)
{
if( !strstr($queries[$i], 'allowcache') )
$me .= $queries[$i] . '&';
$me .= $queries[$i] . '&amp;';
}
$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');