diff options
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/elements/location.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index c606523f0..a0c5644e8 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -214,7 +214,7 @@ Example: <TR> <<%$th%> ALIGN="right">Tax district<BR>(automatic)</<%$th%>> <TD> - <INPUT TYPE="text" NAME="district" VALUE="<%$object->get('district')%>"> + <INPUT TYPE="text" NAME="district" VALUE="<% $object->get('district') |h %>"> </TD> </TR> % } |
