added attributes to toString methods
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@2037 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
82d6b9a797
commit
4d55069552
|
@ -1,3 +1,3 @@
|
|||
<html><head><title>a basic xhtml page</title></head><body><h1>Welcome to xhtml in scala</h1><p>a paragraph</p><p>another one, with a <a>link</a> to the LAMP homepage.</p></body></html>
|
||||
html(List(head(List(title(List(Text(a basic xhtml page))))),body(List(h1(List(Text(Welcome to xhtml in scala))),p(List(Text(a paragraph))),p(List(Text(another, with a ),a(List(Text(example link))),Text( to lamp homepage)))))))
|
||||
html version="-//W3C//DTD XHTML Basic 1.0//EN"(List(head profile=""(List(title(List(Text(a basic xhtml page))))),body(List(h1(List(Text(Welcome to xhtml in scala))),p(List(Text(a paragraph))),p(List(Text(another, with a ),a href="http://lampwww.epfl.ch"(List(Text(example link))),Text( to lamp homepage)))))))
|
||||
<html version="-//W3C//DTD XHTML Basic 1.0//EN"><head profile=""><title>a basic xhtml page</title></head><body><h1>Welcome to xhtml in scala</h1><p>a paragraph</p><p>another, with a <a href="http://lampwww.epfl.ch">example link</a> to lamp homepage</p></body></html>
|
||||
|
|
Loading…
Reference in New Issue