I can't seem to get the break tag to work when I'm using codefilter. Any suggestions?

Comments

Steven’s picture

What are you talking about... the <!--break--> tag for Drupal? The <br /> XHTML tag? Please be more specific when asking for help.

DocSavage’s picture

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

DocSavage’s picture

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