J�rg Schaible wrote:
Leo Simons wrote on Tuesday, December 16, 2003 12:24 PM:

PS: for people shocked by the washdown I give EJB here, make sure you
don't read http://wiki.apache.org/avalon/AvalonYouMakeTheDecision :D

Uuups. What happened in the new Wiki with the preformated code?

for stuff on the old wiki that looked like


 bla di bla
 blad idbal {}

(which resulted in preformatted code), the migration tool figures

{{{ bla di bla }}}
{{{ blad idbal {} }}}

(which results in preformatted code). Both get rendered using <pre></pre> tags; in the later case

<pre>bla di bla</pre>
<pre>blad idbal {}</pre>

However, our Moin CSS stylesheet draws borders around each <pre/>, which leads to uglyness. The solution is to manually replace

{{{ bla di bla }}}
{{{ blad idbal {} }}}

with

{{{
bla di bla
blad idbal {}
}}}

on all pages.

cheers!

- LSD



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to