diff options
author | ivan <ivan> | 2007-02-05 15:48:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-05 15:48:16 +0000 |
commit | f731dc5a2bab0f3d04a43d7501257e18164bdcd8 (patch) | |
tree | e82cbab5b8235b4672f1200e88264423e8fb5a9f | |
parent | d30acf2ea17ee07f4ce1e4adb5818d786f6a2a26 (diff) |
misterminated <%init>
-rw-r--r-- | httemplate/misc/upload-batch.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/upload-batch.cgi b/httemplate/misc/upload-batch.cgi index ccaf6f046..a55170218 100644 --- a/httemplate/misc/upload-batch.cgi +++ b/httemplate/misc/upload-batch.cgi @@ -34,4 +34,4 @@ unless ( $error ) { ); } -<%/init> +</%init> |