Summary | Indenting needs a non-indented character for page to display |
Queue | Wicked |
Queue Version | 1.0-ALPHA1 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | simon (at) simonandkate (dot) net |
Created | 09/28/2011 (5026 days ago) |
Due | |
Updated | 10/03/2011 (5021 days ago) |
Assigned | |
Resolved | 10/03/2011 (5021 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
http://pear.php.net/package/Text_Wiki_Mediawiki/
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Indenting needs a non-indented character for page to display
Queue ⇒ Wicked
Milestone ⇒
Patch ⇒ No
If I indent a character it correctly shows it as fixed-width.
If I do a few lines of that and END the page with an indented
character, the page when saved is blank. Adding a non-indented line
after the indented works.
E.g.:
<START>
indented text
indented text
Not indented text.
<FINISH>
That displays fine. Leave the last line out and its blank.