]> git.mjollnir.org Git - moodle.git/commitdiff
";"
authortoyomoyo <toyomoyo>
Wed, 15 Mar 2006 09:14:38 +0000 (09:14 +0000)
committertoyomoyo <toyomoyo>
Wed, 15 Mar 2006 09:14:38 +0000 (09:14 +0000)
blog/preferences.html

index f89936542924eb0d26c5dcd6a043694696a3ebb2..7d7805713d7aa1170a0fdcede0dc0060e7a06b85 100755 (executable)
@@ -8,8 +8,8 @@
 </tr>
 <tr>
     <td colspan="2" align="center">
-       <input type="submit" value="<?php print_string("savechanges") ?>" />
-    <input type="button" value="<?php print_string('cancel') ?>" onclick="javascript:history.go(-1)" /></td>
+       <input type="submit" value="<?php print_string("savechanges"); ?>" />
+    <input type="button" value="<?php print_string('cancel'); ?>" onclick="javascript:history.go(-1)" /></td>
 </tr>
 </table>
 </form>