This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 176956 - Wiki translation bug
Summary: Wiki translation bug
Status: NEW
Alias: None
Product: www
Classification: Unclassified
Component: Web Content (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 16:34 UTC by Jesse Glick
Modified: 2012-05-25 13:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-11-16 16:34:33 UTC
I don't recall there being a preview of the JSPWiki -> Mediawiki translation before the actual site changeover, so there have been a number of problems with the translation script that did not get caught in time. One I have noticed is that for

* A short list item.
* A long list item.
  Continued in the same paragraph but split onto another line in source.
* Another list item.

which in JSPWiki renders as

<ul>
<li>A short list item.
<li>A long list item. Continued in the same paragraph but split onto another line in source.
<li>Another list item.
</ul>

in Mediawiki renders as

<ul>
<li>A short list item.
<li>A long list item.
<blockquote>Continued in the same paragraph but split onto another line in source.</blockquote>
<li>Another list item.
</ul>

The fix is to delete the newline in the wiki markup. Easy, but a lot of pages are affected.
Comment 1 RobertPattinson 2012-05-25 13:21:47 UTC
SPAM - Removed by Administrator