Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Not a bug
-
Affects Version/s: 1.6.5
-
Fix Version/s: None
-
Component/s: Forum
-
Labels:None
-
Environment:Debian Etch, PHP 5, Apache 2, MySQL
-
Database:MySQL
-
Affected Branches:MOODLE_16_STABLE
Description
When entering posts using the editor, adding line break or paragraph (either <p> or <br> tag) may cause Moodle to render those posts truncated at the first line break or paragraph occurence.
In the database posts rendered truncated are correctly stored: editing the posts directly in the DB eliminating <p> and <br> tag let the posts to be showed completely (of course without paragraph and line breaks).
There are no cahce enabled nor filters. Problem appears only in forum posts.
Issue Links
| This issue duplicates: | ||||
| MDL-9691 | Online Text Assignments appear truncated if they contain apostrophes |
|
|
|
Should be noted the problem appeared just after the latest CVS upgrade, made on May, 1st, 2007 to 1.6.5+. Upgrade did not show any error.