@@ -938,7 +938,7 class RedCloth3 < String | |||
|
938 | 938 | stln,algn,atts,url,title,href,href_a1,href_a2 = $~[1..8] |
|
939 | 939 | htmlesc title |
|
940 | 940 | atts = pba( atts ) |
|
941 | atts = " src=\"#{ url }\"#{ atts }" | |
|
941 | atts = " src=\"#{ htmlesc url.dup }\"#{ atts }" | |
|
942 | 942 | atts << " title=\"#{ title }\"" if title |
|
943 | 943 | atts << " alt=\"#{ title }\"" |
|
944 | 944 | # size = @getimagesize($url); |
General Comments 0
You need to be logged in to leave comments.
Login now