Temporarily revert to debug the tests

This commit is contained in:
Andrey Breslav
2012-01-30 22:25:08 +04:00
parent 7a7db291cc
commit b257ad4fa0
@@ -132,7 +132,7 @@ class LI() : BodyTag("li")
class P() : BodyTag("p")
class H1() : BodyTag("h1")
class A() : BodyTag("a") {
public var href : String?
public var href : String
get() = attributes["href"]
set(value) {
attributes["href"] = value