Issue Details (XML | Word | Printable)

Key: UWC-129
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Laura Kolker
Reporter: Justin Bertman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Universal Wiki Converter

Line of text not left justified

Created: 04/May/07 04:08 PM   Updated: 09/May/07 02:24 PM
Component/s: Tikiwiki Converter
Affects Version/s: 42
Fix Version/s: 43

Time Tracking:
Not Specified

Environment:
tikiwiki 1.9.7
confluence 2.3.3 build 645

Labels:


 Description  « Hide
On test page "Trojan-Downloader-Zlob" under section "Original Research", under bullet "DNS Info", the line of text "Domain Name: ICODECPACK.COM" is indented when it shouldn't be. In the following description, the "\t" is a "tab" character since this doesn't show up on the web page.

Before conversion:
"Domain Name: ICODECPACK.COM"
Current UWC conversion:
"\tDomain Name: ICODECPACK.COM"
Desired:
This should be bold text



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Justin Bertman added a comment - 04/May/07 04:09 PM
Description should be:

Before conversion:
"Domain Name: ICODECPACK.COM"
Current UWC conversion:
"\tDomain Name: ICODECPACK.COM"
Desired:
"Domain Name: ICODECPACK.COM"


Justin Bertman added a comment - 04/May/07 04:11 PM
Same thing on the same page under "Third Party Research", bullet "Competitor Aliases".

Laura Kolker added a comment - 09/May/07 01:26 PM
This has to do with how confluence handles lists.

The simplest conversion fix I can think of is to add a newline after the list and before the item that should not be indented.


Laura Kolker added a comment - 09/May/07 01:27 PM
Tikiwiki Syntax:
* item 1
* item 2
not a list item

Confluence Syntax - Ideal:

* item 1
* item 2

not a list item