Zap gremlins in author names.

This commit is contained in:
Jacques Distler 2007-03-04 22:56:52 -06:00
parent 541ef91df4
commit cf525b8bb9
7 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<% @title = "#{@page.plain_name} is locked" %>
<p>
<%= link_to_page(@page.locked_by) %>
<%= link_to_page(h(@page.locked_by.delete("\x01-\x08\x0B\x0C\x0E-\x1F"))) %>
<% if @page.lock_duration(Time.now) == 0 %>
just started editing this page.
<% else %>