Tidy up message sensitisation a bit more, and add sensitisation of

information in the diary RSS feeds.
This commit is contained in:
Tom Hughes 2008-01-16 10:02:42 +00:00
parent b416597507
commit c3bd1f113b
5 changed files with 51 additions and 17 deletions

View file

@ -17,7 +17,7 @@
</tr>
<tr>
<th></th>
<td><%= sanitize(@message.body) %></td>
<td><%= htmlize(@message.body) %></td>
</tr>
</table>
@ -50,7 +50,7 @@
</tr>
<tr>
<th></th>
<td><%= sanitize(@message.body) %></td>
<td><%= htmlize(@message.body) %></td>
</tr>
</table>