[svn r38215] Gotta love the XHTML validity checks... ;)

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-08 23:47:28 +01:00
parent 07310d0799
commit 9a0fa93ce6
1 changed files with 1 additions and 1 deletions

View File

@ -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):