Commit 5c419268 authored by 's avatar

removed url_quote from tag generated for image view

parent 237947fa
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<dtml-var manage_tabs> <dtml-var manage_tabs>
<p> <p>
<img src="<dtml-var absolute_url url_quote>" <dtml-if width>width="<dtml-var width>" </dtml-if <img src="<dtml-var absolute_url>" <dtml-if width>width="<dtml-var width>" </dtml-if
><dtml-if height>height="<dtml-var height>" </dtml-if>ALT="<dtml-var ><dtml-if height>height="<dtml-var height>" </dtml-if>ALT="<dtml-var
title_or_id>"> title_or_id>">
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment