** Changed in: openfontlibrary
    Milestone: 0.5 => 0.7

-- 
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/849875

Title:
  Wiki editor shouldn't parse HTML entities

Status in Aiki Framework:
  Confirmed
Status in Open Font Library:
  Confirmed

Bug description:
  Right now, the wiki editor doesn't play nice with HTML tags. While 
introducing the documentation mentioned in this blueprint:
  
https://blueprints.launchpad.net/openfontlibrary/+spec/getting-started-with-aiki

  It contains a few HTML entities which should be replaced with HTML entity 
codes. So instead of
  Page title - the <title> element for the page
  We'd need to type
  Page title - the &lt;title&rt; element for the page

  However, it appears that the editor converts these entities back into
  what they represent, ending up with HTML on the wiki page itself,
  which borks the page.

  The problem appears with this page:
  http://testvm2.openfontlibrary.org/documentation/Hacking

  I added a tag on top to edit the page since the HTML entities kill the
  layout, and will probably edit the content to avoid direct reference
  to HTML tags. Still, this is appears to be a significant bug in the
  wiki parser.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/849875/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to