[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-45-g2643a97
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Oct 28 02:18:31 EDT 2009
The branch, 3.8-trunk has been updated
via 2643a97bfa546899db7f8976d33c78f5cfe3649b (commit)
from fc5851034f891f9302fc82a0ce735f8bb7d16828 (commit)
Summary of changes:
share/html/Tools/Offline.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2643a97bfa546899db7f8976d33c78f5cfe3649b
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Oct 28 14:18:24 2009 +0800
clean a bit: file input's value attr is useless
diff --git a/share/html/Tools/Offline.html b/share/html/Tools/Offline.html
index 9086197..8bd5105 100644
--- a/share/html/Tools/Offline.html
+++ b/share/html/Tools/Offline.html
@@ -86,7 +86,7 @@
<&|/l&>Get template from file</&>:
</td>
<td>
-<input name="Template" type="file" value="foo" />
+<input name="Template" type="file" />
<input type="submit" class="button" name="Parse" value="<&|/l&>Go!</&>" />
</td>
</tr>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list