Restore foward slash.

This commit is contained in:
bootstraponline
2012-08-23 11:59:56 -06:00
parent e2fbf22f38
commit b76257c49c
+1 -1
View File
@@ -228,7 +228,7 @@ module Gollum
if is_preformatted?(data, id)
data.gsub!(id, "[[#{tag}]]")
else
data.gsub!(id, process_tag(tag))
data.gsub!(id, process_tag(tag).gsub('%2F', '/'))
end
end
data