[vhffs-dev] [1070] Fixed some more escaped html... |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1070
Author: beuss
Date: 2007-11-07 13:53:00 +0000 (Wed, 07 Nov 2007)
Log Message:
-----------
Fixed some more escaped html...
We should replace those TMPL_VAR with TMPL_INCLUDE...
Modified Paths:
--------------
trunk/vhffs-panel/templates/admin/misc/list.tmpl
trunk/vhffs-panel/templates/main/auth.tmpl
Modified: trunk/vhffs-panel/templates/admin/misc/list.tmpl
===================================================================
--- trunk/vhffs-panel/templates/admin/misc/list.tmpl 2007-11-07 12:31:42 UTC (rev 1069)
+++ trunk/vhffs-panel/templates/admin/misc/list.tmpl 2007-11-07 13:53:00 UTC (rev 1070)
@@ -8,5 +8,5 @@
<th><TMPL_VAR ESCAPE=1 NAME="TEXT_TITLE4"></th>
<th><TMPL_VAR ESCAPE=1 NAME="TEXT_TITLE5"></th>
</tr>
- <TMPL_VAR ESCAPE=1 NAME="LIST">
+ <TMPL_VAR NAME="LIST">
</table>
Modified: trunk/vhffs-panel/templates/main/auth.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/auth.tmpl 2007-11-07 12:31:42 UTC (rev 1069)
+++ trunk/vhffs-panel/templates/main/auth.tmpl 2007-11-07 13:53:00 UTC (rev 1070)
@@ -12,8 +12,8 @@
<form action="/auth.pl" method="post" accept-charset="utf-8">
<h2><TMPL_VAR ESCAPE=1 NAME="TEXT_PLEASEIDENTIFY"></h2>
- <TMPL_VAR ESCAPE=1 NAME="errors">
- <TMPL_VAR ESCAPE=1 NAME="infos">
+ <TMPL_VAR NAME="errors">
+ <TMPL_VAR NAME="infos">
<p>
<label for="username">
<TMPL_VAR ESCAPE=1 NAME="TEXT_USERNAME">