[Rt-commit] r6502 - rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Prefs

clkao at bestpractical.com clkao at bestpractical.com
Wed Nov 22 09:18:33 EST 2006


Author: clkao
Date: Wed Nov 22 09:18:33 2006
New Revision: 6502

Modified:
   rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Prefs/MyRT.html

Log:
Fix missing >

Modified: rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Prefs/MyRT.html
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Prefs/MyRT.html	(original)
+++ rt/branches/3.6-EXPERIMENTAL-LONDRES/html/Prefs/MyRT.html	Wed Nov 22 09:18:33 2006
@@ -57,7 +57,7 @@
 
 <form method="post" action="MyRT.html">
 <input type="hidden" name="Reset" value="1" />
-<input type="submit" class="button" value="<%loc('Reset to default')%>"
+<input type="submit" class="button" value="<%loc('Reset to default')%>">
 </form>
 
 <br />


More information about the Rt-commit mailing list