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