Download & Extend

XStandard corrupts teaser break <!--break--> function

Project:XStandard WYSIWYG Editor
Version:6.x-1.0-beta2
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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?

Comments

#1

I mean
<!--break--> into
<!-- break -->
(with spaces)

#2

Priority:normal» critical

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 &lt;!--break--&gt; 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

Category:support request» bug report
Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.