Default security requests to bog
authorClinton Ebadi <clinton@unknownlamer.org>
Mon, 14 Jan 2013 08:30:22 +0000 (03:30 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Mon, 14 Jan 2013 08:30:22 +0000 (03:30 -0500)
sec.mlt

diff --git a/sec.mlt b/sec.mlt
index 022ab65..56e14c7 100644 (file)
--- a/sec.mlt
+++ b/sec.mlt
@@ -187,7 +187,7 @@ elseif $"mod" <> "" then
 <% foreach node in Init.listNodes () do %>
        <option value="<% #id node %>"<% if nodeNum = #node req then %> selected<% end %>><% Web.html (#name node) %> (<% Web.html (#descr node) %>)</option>
 <% end %></select></td> </tr>
-<tr> <td>Request:</td> <td><input name="req" value="<% #data req %>"></td> </tr>
+<tr> <td>Request:</td> <td><input name="req" value="<% Web.html (#data req) %>"></td> </tr>
 <tr> <td>Message:</td> <td><textarea name="msg" rows="10" cols="80" wrap="soft"><% Web.html (#msg req) %></textarea></td> </tr>
 <tr> <td><input type="submit" value="Save"></td> </tr>
 </table>