Another minor rendering issue

Reza RAZAVI razavi at acm.org
Sun Feb 21 12:31:46 MET 2010


At 11:44 21/02/2010, Lukas Renggli wrote:
>Mixing HTML with wiki is
>problematic, because it destroys the independence of the output
>format.
[...]
>To get bold text you should use the markup ""some text"", not the HTML tags.

Sure, but in that case I wouldn't have encountered that issue, and 
consequently learnt the above interesting point -:)

>I'll fix that.

Already integrated, and tested; many thanks again!

BTW, may I ask you considering the integration of the following minor 
change into your code base:

PRListWidget >> renderContentOn: html
         | items |
         items := self items.
         items isEmpty
                 ifFalse: [ self renderItems: "self" items on: html ]

It just avoids computing twice the items list, and would allow me 
removing this from my patch list.

Regards,
Reza 



More information about the smallwiki mailing list