Skip to content

Commit

Permalink
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
Browse files Browse the repository at this point in the history
  • Loading branch information
distler committed May 12, 2016
2 parents 254c55a + 6c68edc commit 8c492f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "rubyzip", '~> 0.9.9'
gem "RedCloth", ">=4.0.0"
gem "erubis"
gem "nokogiri", '~>1.5.6'
gem "rake"
gem "rake", '~>10.4.0'
gem "rdoc"
gem "json"
gem "abstract", "~> 1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def html_escape(s)
if s.html_safe?
s
else
s.gsub(/[&"'><]/n) { |special| HTML_ESCAPE[special] }.html_safe
s.gsub(/[&"'><]/) { |special| HTML_ESCAPE[special] }.html_safe
end
end

Expand Down

0 comments on commit 8c492f8

Please sign in to comment.