Restore foward slash.
This commit is contained in:
@@ -228,7 +228,7 @@ module Gollum
|
|||||||
if is_preformatted?(data, id)
|
if is_preformatted?(data, id)
|
||||||
data.gsub!(id, "[[#{tag}]]")
|
data.gsub!(id, "[[#{tag}]]")
|
||||||
else
|
else
|
||||||
data.gsub!(id, process_tag(tag))
|
data.gsub!(id, process_tag(tag).gsub('%2F', '/'))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
data
|
data
|
||||||
|
|||||||
Reference in New Issue
Block a user