Description
Border settings in the appropriate GUI Editor table dialog are ignored by Moin.
Steps to reproduce
- Go into edit mode
- Create table
- Set border width to '0'
- Save changes
Normally a border width of zero should set the style
<style="border: medium none;">
in each table cell. But this style isn't created by the html2wiki converter.
Example
Try to create this table with the GUI editor:
aaaaa
line 1
aaaa
line 2
You will get this instead:
aaaaa
line 1
aaaa
line 2
Component selection
- general
Details
MoinMoin Version
1.x - 1.9
OS and Version
Win XP
Python Version
2.6.4
Server Setup
Win XP + Apache
Server Details
Language you are using the wiki in (set in the browser/UserPreferences)
German
Workaround
You need to add a blank before the ";"
||<style="border: medium none ;">aaaaa ||<style="border: medium none ;">line 1 || ||<style="border: medium none ;">aaaa ||<style="border: medium none ;">line 2 ||
This works
aaaaa
line 1
aaaa
line 2
Discussion
Plan
- Priority:
- Assigned to:
- Status: