
sunnavy at bestpractical
Oct 27, 2009, 11:18 PM
Post #1 of 1
(269 views)
Permalink
|
|
rt branch, 3.8-trunk, updated. rt-3.8.6-45-g2643a97
|
|
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> 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> ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|