Description
Text with strike through indicated is not shown with the line through it when using the SimpleMente theme.
Steps to reproduce
- Switch Preferred theme in Preferences to "simplemente"
Go to SyntaxReference
- Observe that "strike through" is not struck through
Example
URL: SyntaxReference
Picture 1.png - shows strike through in classic theme Picture 2.png - shows strike through in simplemente theme
Component selection
When using the SimpleMente theme
Details
MoinMoin Version |
|
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Discussion
Not a Moin bug, but a SimpleMente programmer's bug: Please try if adding
/* Replacement for deprecated html 3 <u> element and html 4 <strike> */ .u {text-decoration: underline;} .strike {text-decoration: line-through;}
to common.css of SimpleMente helps.
Report further theme errors please on ThemeMarket/SimpleMente only.
Plan
- Priority:
- Assigned to:
- Status: