On crit correctement le & pour avoir des erreurs de validation html en moins.
Le thme du wiki contrairement celui de www n'est pas valide html. darcs-hash:20060427060028-72cb0-0fff138318cd0e3d89e85797b4c3b4f5be26c4c5.gz
This commit is contained in:
parent
4918161f76
commit
a5d80338b8
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ class ThemeCrans(ThemeBase):
|
|||
menu = [
|
||||
'raw',
|
||||
'print',
|
||||
u'format&mimetype=text/latex',
|
||||
u'format&mimetype=text/latex',
|
||||
'refresh',
|
||||
'AttachFile',
|
||||
'SpellCheck',
|
||||
|
@ -226,7 +226,7 @@ class ThemeCrans(ThemeBase):
|
|||
titles = {
|
||||
'raw': _('Show Raw Text', formatted=False),
|
||||
'print': _('Show Print View', formatted=False),
|
||||
u'format&mimetype=text/latex': _('Obtenir le code latex', formatted=False),
|
||||
u'format&mimetype=text/latex': _('Obtenir le code latex', formatted=False),
|
||||
'refresh': _('Delete Cache', formatted=False),
|
||||
'AttachFile': _('Attach File', formatted=False),
|
||||
'SpellCheck': _('Check Spelling', formatted=False), # rename action!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue