-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 3.0.1
-
Component/s: Editor - Page / Comment Editor
using "edit in word" creates an empty word document
The problem is caused by using html tags within a table.
After deleting these html tags, edit in word works without problems.
example
before
| Verteiler: | Umlauf: | Erl. |
|
{html}<br />{html}
#bli bla blubb |
||
|
{html}<br />{html}
{html}<strong>{html}
[Protokoll2009-09-25|Protokoll2009-09-25] {html}<br />{html} {html}<br />{html} {html}<br />{html} {html}</strong>{html}
|
||
| Datum: | Uhrzeit: | Protokollant: |
|
{html}<p>{html}
25.09.2009 {html}</p>{html}
|
{html}<p>{html}
09:30 - 12.00 {html}</p>{html}
|
{html}<p>{html}
???? {html}</p>{html}
|
after
| Verteiler: | Umlauf: | Erl. |
|
{html}<br />{html}
#bli bla blubb |
||
| [Protokoll2009-09-25|Protokoll2009-09-25] |
||
| Datum: | Uhrzeit: | Protokollant: |
| 25.09.2009 |
09:30 - 12.00 |
???? |