Resolve minor issue to fix tests.

This commit is contained in:
Bart Kamphorst
2018-10-02 14:21:00 +02:00
parent feb098bf45
commit fd9156821c
+1 -1
View File
@@ -57,7 +57,7 @@ module Precious
else
url = "#{@base_url}/#{page.escaped_url_path}#{page.name}"
end
page_link = %{<li><a href=#{url} class="file">#{page.name}</a>#{delete_file(url) if @allow_editing}</li>}
page_link = %{<li><a href="#{url}" class="file">#{page.name}</a>#{delete_file(url) if @allow_editing}</li>}
page_files[page.name] = page_link
end
end