Item85: Wysiwyg/TinyMCI doesn't like verbatim text with trailing backslashes
Priority: Normal
Current State: Closed
Released In: n/a
Target Release:
The following text:
<verbatim>
dmhedit \
infile=spectrum.fits \
filelist=none \
operation=add \
key=BACKSCAL \
value=$BACKSCAL \
datatype=indef
</verbatim>
is chewed up by the
WysiwygPlugin and turned into:
<verbatim>
dmhedit infile=spectrum.fits filelist=none operation=add key=BACKSCAL value=$BACKSCAL datatype=indef
</verbatim>
If I remove the trailing backslashes, it retains the original formatting.
This task was overlooked because the "affected component" was not set.
--
MichaelTempest - 23 Oct 2010
I am not sure when this was fixed, but this works now on the 1.1 release branch. I am not planning on making any changes for this item, because it works
Therefore, I am closing this task.
--
MichaelTempest - 06 Nov 2010