I added the codefilter module, switched some code in a blog entry from pre to php tags, and now the <!--break--> tag doesn't work. Looked at the codefilter module code and nothing strikes me as odd, nothing filtering out <!-- type comments, but maybe I missed it.
--- www.billkatz.com www.writertopia.com
Comments
More specific
What are you talking about... the <!--break--> tag for Drupal? The <br /> XHTML tag? Please be more specific when asking for help.
Drupal break (excerpt) tag doesn't work with codefilter?
I added the codefilter module, switched some code in a blog entry from pre to php tags, and now the
<!--break-->tag doesn't work. Looked at the codefilter module code and nothing strikes me as odd, nothing filtering out<!--type comments, but maybe I missed it.---
www.billkatz.com
www.writertopia.com
Patch submitted
I traced the problem to node.module where teasers are forced to the entire body if any PHP code is present.
Patch description is at:
http://drupal.org/node/13599
---
www.billkatz.com
www.writertopia.com