Zap gremlins in author names.
This commit is contained in:
parent
541ef91df4
commit
cf525b8bb9
7 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
<div class="byline">
|
||||
<%= "Revision from #{format_date(@revision.revised_at)} by" %>
|
||||
<%= link_to_page @revision.author %>
|
||||
<%= link_to_page @revision.author.delete("\x01-\x08\x0B\x0C\x0E-\x1F") %>
|
||||
</div>
|
||||
|
||||
<div class="navigation">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue