STRONG helper, thanks Vlad

This commit is contained in:
Massimo Di Pierro
2012-05-28 13:00:49 -05:00
parent 6411045b62
commit 54c10e0f97
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -80,6 +80,7 @@ __all__ = [
'OPTGROUP',
'SELECT',
'SPAN',
'STRONG',
'STYLE',
'TABLE',
'TAG',
@@ -1320,6 +1321,11 @@ class P(DIV):
return text
class STRONG(DIV):
tag = 'strong'
class B(DIV):
tag = 'b'