diff options
Diffstat (limited to 'tests/attrs.lac')
-rw-r--r-- | tests/attrs.lac | 2 |
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 |