﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
13366,usemap should start with '#',dries.decock@…,Ryan J Ollos,"Hi,

when using an imagemap, the current 2.2 release didn't work on firefox nor Microsoft Edge. The reason for this is that the generated HTML code uses the wrong usemap. A usemap should start with a '#'. 

How to fix this: 

replace line 137 with:

{{{#!python
return Markup(cmap) + tag.img(src=img_link, usemap='#' + img_id + '_map')
}}}

",defect,accepted,normal,PlantUmlMacro,normal,,,Álvaro Iradier,1.2
