Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Nov 13, 2012
1 parent c1007ff commit 9016e21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/olelo/util.rb
Expand Up @@ -79,7 +79,7 @@ def unescape_backslash(s)
# @param [String] s String
# @return [String] Escaped string
def escape_html(s)
CGI.escapeHTML(s.to_s)
CGI.escapeHTML(s.to_s).html_safe
end

# Unescape html entities in string
Expand Down
1 change: 0 additions & 1 deletion plugins/history/changes.slim
@@ -1,4 +1,3 @@
= pagination(page, @page_count, @page_nr, action: :history)
- title :changes_of.t(page: page.title)
h1= title
table
Expand Down

0 comments on commit 9016e21

Please sign in to comment.