I have problem with Cyrillic text hardcoded into the code.skin. It is
rendered incorrectly. If the text is in some page, then there is no
problem, but if it is a part of the skin html - it is not encoded.
And if I may use the opportunity to share one more problem. In my
sidebar I have code of the kind:
<nolines>[if ...]some text[if]
!! [[Section]]
* links
...
</nolines>
This code renders the following html:
<div id="side"><p>
<h2> Section...</h2>
<ul>
...
</ul>
</p>
If I do not use nolines-tag I have:
<div id="side">
<br/>
<h2> Section...</h2>
...
which is not correct either and brakes the design.
Thanks in advance and good luck with Boltwire 4.
--
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en.