Changeset 84
- Timestamp:
- 04/25/06 14:08:59 (3 years ago)
- Files:
-
- trunk/lib/model/Answer.php (modified) (1 diff)
- trunk/lib/model/Question.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/model/Answer.php
r61 r84 36 36 37 37 require_once('markdown.php'); 38 39 // strip all HTML tags 40 $v = htmlentities($v, ENT_QUOTES, 'UTF-8'); 38 41 39 42 $this->setHtmlBody(markdown($v)); trunk/lib/model/Question.php
r69 r84 30 30 require_once('markdown.php'); 31 31 32 // strip all HTML tags 33 $v = htmlentities($v, ENT_QUOTES, 'UTF-8'); 34 32 35 $this->setHtmlBody(markdown($v)); 33 36 }
