-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
When OKAPI puts comments into the cache_logs table, it sets the "text_html"
flag to FALSE. Unfortunatelly, OC code doesn't handle this flag properly and
STILL assumes, that the input is in HTML (that's a serious bug, though not in
OKAPI code).
Some developers have adapted this "bug/feature" and use HTML tags when
submitting the "comment" field.
Something needs to be fixed here...
Original issue reported on code.google.com by rygielski
on 14 Jun 2012 at 7:26