[svn r38215] Gotta love the XHTML validity checks... ;)
--HG-- branch : trunk
This commit is contained in:
parent
07310d0799
commit
9a0fa93ce6
|
@ -99,7 +99,7 @@ class H(html):
|
|||
if selected:
|
||||
self.attr.class_ = 'selected'
|
||||
|
||||
class BaseDescription(html.a):
|
||||
class BaseDescription(html.span):
|
||||
pass
|
||||
|
||||
class SourceSnippet(html.div):
|
||||
|
|
Loading…
Reference in New Issue