Commit 11b24f33 authored by Jim Fulton's avatar Jim Fulton

Need to url_quote image id in src.

parent 743c0274
......@@ -6,7 +6,7 @@
<!--#var manage_tabs-->
<p>
<img src="<!--#var id-->" <!--#if width-->width="<!--#var width-->" <!--#/if
<img src="<!--#var id url_quote-->" <!--#if width-->width="<!--#var width-->" <!--#/if
--><!--#if height-->height="<!--#var height-->" <!--#/if-->ALT="<!--#var
title_or_id-->">
</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