summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 15:19:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 15:19:06 -0400
commit0c1f369955bcdfe949bb6793812ef8ead2963228 (patch)
tree00f08400cf61ad8bb9241c337719fe98f0348eb9 /tests
parent81a4a8171274586428288bd7e75ea6721ca56e27 (diff)
Stringifying attributes
Diffstat (limited to 'tests')
-rw-r--r--tests/attrs.lac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/attrs.lac b/tests/attrs.lac
index 0495c4eb..940971d4 100644
--- a/tests/attrs.lac
+++ b/tests/attrs.lac
@@ -1,5 +1,5 @@
val main = fn () => <html><body>
- <font face="awesome">Welcome</font>
+ <font size=42 face="awesome">Welcome</font>
</body></html>
page main