Just noticed that in our Wiki, Basic is not displayed as it is intended
to be displayed. Well, at least the particular code fragment at
http://wiki.services.openoffice.org/wiki/Category:Logging#Enabling_a_logger_.2F_Setting_a_LogLevel
isn't.

Is something broken in the Wiki, or do I need to use something other
than <code>?

Howdy Frank,

The Wiki update introduced a different tag, <source>, and changed the lang name from "starbasic" to "oobas".

Went ahead and fixed up those particular pages BTW.


This has been brought up a few times here on this mailing list. The change was necessary because the old code syntax highlighter that uses the <code> tag is unsupported and obsolete.

The new syntax is

<source lang="language">
...
</source>

where language is the... language you want highlighted.

C.

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

Reply via email to