diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-05 21:10:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:22 -0500 |
commit | f8b04830d7f589d115d24049d53b4a9d2d83fd4b (patch) | |
tree | 31ea37b29cfbb5cf44cadddee5b45294eba9e61c /swat | |
parent | e9737799b4a9742d32a20735ffa2034bcf6ed1a1 (diff) | |
download | samba-f8b04830d7f589d115d24049d53b4a9d2d83fd4b.tar.gz samba-f8b04830d7f589d115d24049d53b4a9d2d83fd4b.tar.bz2 samba-f8b04830d7f589d115d24049d53b4a9d2d83fd4b.zip |
r9140: fixed a typo
(This used to be commit 672b8c397103dddbd5d046a4c43f4686ad51192e)
Diffstat (limited to 'swat')
-rw-r--r-- | swat/esptest/qooxdoo.esp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/esptest/qooxdoo.esp b/swat/esptest/qooxdoo.esp index 063fb7bd93..ed43fd41c6 100644 --- a/swat/esptest/qooxdoo.esp +++ b/swat/esptest/qooxdoo.esp @@ -114,4 +114,4 @@ <div id="canvas" style="overflow:hidden;position:static;margin-top:38px;margin-left:10px;margin-right:700px;width:700px"></div> -<% page_footer() %> +<% page_footer(); %> |