Bug WISE-423 fixed: Solve map name export.

This commit is contained in:
Paulo Gustavo Veiga 2015-03-24 21:55:52 -03:00
parent 363c902d09
commit 0e43964428

View File

@ -11,6 +11,7 @@
<input name="svgXml" id="svgXml" value="" type="hidden"/> <input name="svgXml" id="svgXml" value="" type="hidden"/>
<input name="download" type="hidden" value="mm"/> <input name="download" type="hidden" value="mm"/>
<input name="version" type="hidden" value=""/> <input name="version" type="hidden" value=""/>
<input name="filename" type="hidden" value="${mindmap.title}"/>
<fieldset> <fieldset>
<label for="freemind"> <label for="freemind">
<input type="radio" id="freemind" name="exportFormat" value="mm" version="1.0.1" checked="checked"/> <input type="radio" id="freemind" name="exportFormat" value="mm" version="1.0.1" checked="checked"/>