diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-10 11:41:12 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-10 11:41:12 -0800 |
commit | 777ebeb540b8a3237dce1ff3a330115ef446ec89 (patch) | |
tree | 19c39bd27bae6122c52fe3ee1fa996c05d21150c | |
parent | 442d95a3514add1dda4b2adbabcb116bb9d50d71 (diff) |
stray closing /TABLE in the no-ticket case
-rw-r--r-- | httemplate/elements/table-tickets.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/table-tickets.html b/httemplate/elements/table-tickets.html index 9247e58c6..2fc0de936 100644 --- a/httemplate/elements/table-tickets.html +++ b/httemplate/elements/table-tickets.html @@ -107,10 +107,10 @@ View % } -%} - </TABLE> +%} + <%init> my %opt = @_; |