http://www.perlmonks.org?node_id=11118277


in reply to [Solved] Node renders differently when logged in vs. logged out

what I see in the XML of that node is that the closing i-tag is missing a slash

>  I was convinced not to do so.<i> </p> <p> I've seen many Perl

The automatically included closing tags are IMHO an auto-correction from FF, closing all <i> prior to the closing </p> and then reopening them again.

<i>In the course of this discussion I was convinced not to do so.<i> </i></i></p><i><i> <p>

The effect is the same for me logged in or out.

But you may want to check your "HTML Related Options" settings in Display Settings

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^2: Node renders differently when logged in vs. logged out
by haukex (Archbishop) on Jun 21, 2020 at 09:28 UTC
    But you may want to check your "HTML Related Options" settings in Display Settings

    Ah, yes, that was it, thanks! Right after posting I had the feeling that this was probably a dumb question :-) I have "Enforce proper nesting of HTML" turned on.