Changes for page PlantUMLMacroGClass
Last modified by Helge Dahl on 2018/03/07 23:26
From version 1.7
edited by Helge Dahl
on 2018/03/07 23:24
on 2018/03/07 23:24
To version 1.8
edited by Helge Dahl
on 2018/03/07 23:25
on 2018/03/07 23:25
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -51,7 +51,7 @@ 51 51 request.getSession().setAttribute("preview_uml_" + umlref, umltext) 52 52 } 53 53 if("svg".equals(imageFormat)){ 54 - return "{{html clean=\"false\"}}" + "<p><embed src=\"" + umldoc.getURL("get") + "?xpage=plain¨=" + umlref + "\" width=\"1000\"></p>" + "{{/html}}"54 + return "{{html clean=\"false\"}}" + "<p><embed src=\"" + umldoc.getURL("get") + "?xpage=plain¨=" + umlref + "\"></p>" + "{{/html}}" 55 55 } else { 56 56 if( !enableImageMap ){ 57 57 return "[[image:"+umldoc.getURL("get")+"?xpage=plain¨="+umlref+"||style=\"max-width:100%\"]]"