diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-12 14:21:19 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-12 14:21:19 -0400 |
commit | 9bcd129c579d210c2b45e93101f9ed1c6d3e9fe7 (patch) | |
tree | dc01bf01592f21f8a48198be1f5baa4fe4cbcfe4 /tests/style.ur | |
parent | 18614e3602ef4b45deaef419bb6716d1af4c9881 (diff) |
Tiny increment to style test
Diffstat (limited to 'tests/style.ur')
-rw-r--r-- | tests/style.ur | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/style.ur b/tests/style.ur index 83f95594..29a8f262 100644 --- a/tests/style.ur +++ b/tests/style.ur @@ -2,5 +2,5 @@ style q style r fun main () : transaction page = return <xml><body> - Hi. <span class={q}>And hi again!</span> + Hi. <span class={q}>And hi <span class={r}>again</span>!</span> </body></xml> |