projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Localisation des messages relatifs à la réinitialisation de son mot de passe.
[Plinn.git]
/
__init__.py
diff --git
a/__init__.py
b/__init__.py
index
db3ddb9
..
0335bc2
100755
(executable)
--- a/
__init__.py
+++ b/
__init__.py
@@
-19,8
+19,8
@@
#######################################################################################
""" Plinn implementation of CMFCore.
#######################################################################################
""" Plinn implementation of CMFCore.
-$Id: __init__.py 1530 2009-07-08 09:19:39Z pin $
-$URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/__init__.py $
+
+
"""
import exceptions
"""
import exceptions
@@
-96,7
+96,7
@@
validTags = default_cmf_utils.NASTY_TAGS.copy()
for tag in validTags.keys() :
validTags[tag] = 1
for tag in validTags.keys() :
validTags[tag] = 1
-VALID_TAGS = {'font': 1}
+VALID_TAGS = {'font': 1
, 'param' : 1, 'iframe' : 1
}
validTags.update(VALID_TAGS)
validTags.update(VALID_TAGS)