]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861, fixng broken xhtml
authortoyomoyo <toyomoyo>
Thu, 21 Dec 2006 06:01:35 +0000 (06:01 +0000)
committertoyomoyo <toyomoyo>
Thu, 21 Dec 2006 06:01:35 +0000 (06:01 +0000)
mod/wiki/view.php

index ec07162a7c82e73d91c13eaedb8a23d099cbc47c..ec49059fac4ba02507a09c120150d31d9a64e20a 100644 (file)
     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');