Zap gremlins in author names.
This commit is contained in:
parent
541ef91df4
commit
cf525b8bb9
7 changed files with 7 additions and 7 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue