XStandard corrupts teaser break <!--break--> function
ArjanLikesDrupal - July 4, 2008 - 14:13
| Project: | XStandard WYSIWYG Editor |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I cannot get teaser break to work with XStandard. It turns
</code> into
<code><!-- break -->I tried this with turning on/off html corrector, html filter etc, but it's XStandard that's doing this. Can I change this behavior?

#1
I mean
<!--break-->into<!-- break -->(with spaces)
#2
Maybe I should explain a bit more:
Putting
<!--break-->in the source transforms into<!-- break -->and does not work for Drupal teaser break;and putting
<!--break-->in the source results in<!--break-->showing in the actual node (and vice versa).Since without teaser functionality there is no using XStandard, i'm changing priority to critical.
#3
This was fixed in 6.x-dev, but I had embarassingly enough forgotten to roll it out as a release...
6.x-1.0-beta3 fixes it: http://ftp.drupal.org/files/projects/xstandard-6.x-1.0-beta3.tar.gz
#4
Wow, that's what I call a quick fix. Thanks! :) (tested, works)
#5
Automatically closed -- issue fixed for two weeks with no activity.