Quich fix for export error

This commit is contained in:
Pablo Luna
2011-03-28 15:16:32 +01:00
parent bd7c83f17d
commit 92d39f0a08
7 changed files with 28 additions and 21 deletions

View File

@@ -7,6 +7,7 @@
<form method="post" id="exportForm" name="exportForm" action="<c:url value="export.htm"/>" style="height:100%;">
<input type="hidden" name="action" value="export"/>
<input type="hidden" name="mapId" value="${mindmap.id}"/>
<input type="hidden" name="mapSvg" value=""/>
<table>
<tbody>
<tr>
@@ -88,4 +89,6 @@
});
document.exportForm.mapSvg.value = $("workspaceContainer").innerHTML;
</script>