I am playing around with Seaside 3 and noticed that, for example:<br><br>html paragraph: &#39;text&#39;, and  <br>html paragraph: [html text: &#39;hello&#39;].<br><br>Are both valid.  <br><br>When I looked at the definition for paragraph:  it says that takes a aBlock, but then doesn&#39;t seem to do a value: aBlock.  So, what I am wondering is whether it is valid to give a string as a block, or whether this is just a slightly loose definition of block?<br>
<br>Cheers<br>Andy<br>