Changes for page TwitterMacros

Last modified by Ludovic Dubost on 2009/01/02 17:09

From version 7.1
edited by Ludovic Dubost
on 2009/01/02 16:28
Change comment: There is no comment for this version
To version 8.1
edited by Ludovic Dubost
on 2009/01/02 16:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,6 +3,7 @@
3 3   *#
4 4  
5 5  #macro(twitter_display $list $withuser)
6 +{pre}
6 6  <table>
7 7  #foreach($msg in $list)
8 8  <tr>
... ... @@ -13,6 +13,7 @@
13 13  </tr>
14 14  #end
15 15  </table>
17 +{/pre}
16 16  #end
17 17  
18 18