Closed (works as designed)
Project:
Drupal core
Version:
5.0-rc1
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2006 at 15:01 UTC
Updated:
20 Dec 2006 at 17:20 UTC
Hello, running 5.0 RC1 (actually updated from CVS the same day RC1 was released, I guess it's the same code). I've noticed that "break" is not working for cutting teasers where I want.
It worked normally just before "cvs update".
Any idea why is happening?
Comments
Comment #1
rweait commentedtry break in place of !--break-- between the brackets. This works on 5rc1
Comment #2
profix898 commentedIts not a bug, its by design! There was in patch in http://drupal.org/node/87145 (committed on Dec 10) which replaced
<!--break-->with<break>.