disvers correction de style
+ utilisation de la bonne version du formatteur darcs-hash:20061207113530-f46e9-d0c2a6c1e46904a08d70e21b9ab8f2b7b9909922.gz
This commit is contained in:
parent
7140c3c706
commit
308dd1a2e8
1 changed files with 9 additions and 8 deletions
|
@ -73,7 +73,8 @@ def execute(macro, args):
|
||||||
text+= macro.formatter.text( a_channel["name"] )
|
text+= macro.formatter.text( a_channel["name"] )
|
||||||
text+= macro.formatter.strong( 0 )
|
text+= macro.formatter.strong( 0 )
|
||||||
text+= macro.formatter.linebreak( 0 )
|
text+= macro.formatter.linebreak( 0 )
|
||||||
text+= macro.formatter.url(1, href=a_channel["url"], style="text-decoration:none;")
|
#text+= macro.formatter.url(1, href=a_channel["url"], style="text-decoration:none;")
|
||||||
|
text+= macro.formatter.url(1, url=a_channel["url"], style="text-decoration:none;")
|
||||||
text+= macro.formatter.image( src=a_channel["image_url"], alt="No image", style='%s' % IMAGE_WIDTH )
|
text+= macro.formatter.image( src=a_channel["image_url"], alt="No image", style='%s' % IMAGE_WIDTH )
|
||||||
text+= macro.formatter.linebreak( 0 )
|
text+= macro.formatter.linebreak( 0 )
|
||||||
text+= macro.formatter.text( "Regarder maintenant" )
|
text+= macro.formatter.text( "Regarder maintenant" )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue