On 3/12/07, Grant <[EMAIL PROTECTED]> wrote:
snip
In this instance I have two blank lines in the delivered HTML between
htmltag1 and htmltag2:
<htmltag1></htmltag1>
[ictag][/ictag]
[ictag][/ictag]
<htmltag2></htmltag2>
If I use the filter like this:
<htmltag1></htmltag1>[filter no_white]
[ictag][/ictag]
[ictag][/ictag]
[/filter]<htmltag2></htmltag2>
I get only one blank line, so it is an improvement. Should it be
possible to remove the blank lines entirely?
snip
I may be crazy, but I see two lines with "[ictag][/ictag]" on them
between "<htmltag1></htmltag1>" and "<htmltag2></htmltag2>". When
most people on this list say "blank lines" we mean either a line with
no characters other than the line-terminator (\n) or a line with
whitespaces (tabs and spaces) followed by the line-terminator.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/