Question
Dear all,
I have recently installed Natskin Plugin in my Twiki installation. I get a Text Formatting problem with ( < and > ). On the top right corner of the Main view I get a horrible:
RaulAbreu <span style="
IF{ "{LoginManager} = 'TWiki::Client::ApacheLogin'" then="display:none" }: Bad expression at {LoginManager} = 'TWiki::Client::ApacheLogin'
The HTML code for this part of the screen is
<a href="/twiki/bin/view/Main/RaulAbreu" class="twikiLink">RaulAbreu</a>
&lt;span style="
<p />
<p />
<!-- template: messages.nat.tmpl -->
<span class='twikiAlert'>
IF{ "{LoginManager} = 'TWiki::Client::ApacheLogin'" then="display:none" }: Bad expression at {LoginManager} = 'TWiki::Client::ApacheLogin' <br />
</span>
"&gt;
So the issue here is that < amp;gt; are not converted into < and >.
I am trying to see where in the
NatSkin Templates I can find this problem but (I am not a developer) it is becoming a dauting task.
I would like to ask the community if someone is experiencing this problem and the possible solution.
Thank you in advance
Environment
--
RaulAbreu - 07 Sep 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Following Michael instructions, it is just necessary to remove from data/TWiki/TWikiWebTopicActions.txt
the following line :
<span style="%IF{"{LoginManager} = 'TWiki::Client::ApacheLogin'" then="display:none"}%">
--
RaulAbreu - 07 Sep 2006