[Astpp-commit] SF.net SVN: astpp:[2202] trunk/templates/account-info.tpl
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2008-11-01 22:18:54
|
Revision: 2202
http://astpp.svn.sourceforge.net/astpp/?rev=2202&view=rev
Author: darrenkw
Date: 2008-11-01 22:01:34 +0000 (Sat, 01 Nov 2008)
Log Message:
-----------
Fix a minor template bug.
Modified Paths:
--------------
trunk/templates/account-info.tpl
Modified: trunk/templates/account-info.tpl
===================================================================
--- trunk/templates/account-info.tpl 2008-10-28 04:19:19 UTC (rev 2201)
+++ trunk/templates/account-info.tpl 2008-11-01 22:01:34 UTC (rev 2202)
@@ -5,7 +5,7 @@
<td>Action</td>
</tr>
<tr class="rowone">
- <td><TMPL_VAR NAME="accountlist"> <input name="accountnum" value=<TMPL_VAR NAME="accountnum"> size="20" type="text"></td>
+ <td><TMPL_VAR NAME="accountlist"> <input name="accountnum" value="<TMPL_VAR NAME="accountnum">" size="20" type="text"></td>
<td><input name="action" value="Information" type="submit"></td>
</tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|