Mettre une balise span permet d'integrer la macro dans tous style wiki. On peut ainsi
mettre le texte de la macro en gras, en couleur, dans un tableau,... darcs-hash:20070124090448-9e428-335854bcc023b1b09e6c0fd86bcd4f4fb46a2009.gz
This commit is contained in:
parent
f191dbe231
commit
0570881d34
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def question_choix_multiple(f,QR):
|
|||
|
||||
|
||||
def result(f):
|
||||
return """<p id="result"> 0 </p>"""
|
||||
return """<span id="result"> 0 </span>"""
|
||||
|
||||
def execute(macro,text):
|
||||
f = macro.formatter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue