aboutsummaryrefslogtreecommitdiff
path: root/t/newuser.t
diff options
context:
space:
mode:
Diffstat (limited to 't/newuser.t')
-rw-r--r--t/newuser.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/newuser.t b/t/newuser.t
index a0a0dd9..e62fdc2 100644
--- a/t/newuser.t
+++ b/t/newuser.t
@@ -7,11 +7,11 @@
<table border="0">
<tr id="name">
<td><label for="name">Username</label></td>
- <td><input type="text" name="name" value="<% if(name) printf("%s", name); %>"></td>
+ <td><input type="text" name="name" value="<% if(name) printhtml(name); %>"></td>
</tr>
<tr id="full">
<td><label for="full">Full Name</label></td>
- <td><input type="text" name="full" value="<% if(full) printf("%s", full); %>"></td>
+ <td><input type="text" name="full" value="<% if(full) printhtml(full); %>"></td>
<td><small>(optional)</small></td>
</tr>
<tr id="pass">