| Summary: | errors in the display of the sample arrays as rendered in wikiHelp | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | David <dcramptond> |
| Component: | Documentation | Assignee: | Korrawit Pruegsanusak <detective.conan.1412> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kendy |
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
|
Description
David
2011-11-14 08:00:13 UTC
I'm taking a look at this. (In reply to comment #1) > I'm taking a look at this. The problem is that the wikiconv2.py script does not handle empty table cells. It expects something to be in the table cell: a paragraph, a section etc. There are 146 empty table cells in help (<tablecell></tablecell>). Either the script should be fixed, or these 146 empty cells should be filled with something (a space character for example). (In reply to comment #2) > The problem is that the wikiconv2.py script does not handle empty table cells. > It expects something to be in the table cell: a paragraph, a section etc. Yes, Thanks! > There are 146 empty table cells in help (<tablecell></tablecell>). Either the > script should be fixed, or these 146 empty cells should be filled with > something (a space character for example). A space character isn't enough, because the script expects some child element. Currently I'm trying to place a check whether the tablecell element is empty, but no success yet. Patch pushed at http://cgit.freedesktop.org/libreoffice/help/commit/?id=d1db994e9fd850ef4163921efde7804f2b074520 Jan will trigger an update to wikihelp "shortly after Beta 1". See http://lists.freedesktop.org/archives/libreoffice/2011-December/021904.html |