diff options
| author | ivan <ivan> | 2008-07-18 22:31:08 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-07-18 22:31:08 +0000 | 
| commit | af0b5309391ecb5a8b3fd52b45370d3660a3d983 (patch) | |
| tree | 04f68ba3986e2215ca8f560f3cf363fc9dbd1116 | |
| parent | 79301d5f8db771871df2c679ff8da0e8ed4a5252 (diff) | |
missing closing FORM tag
| -rw-r--r-- | httemplate/search/report_rt_transaction.html | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/search/report_rt_transaction.html b/httemplate/search/report_rt_transaction.html index 89629e843..9b7b7cbbb 100644 --- a/httemplate/search/report_rt_transaction.html +++ b/httemplate/search/report_rt_transaction.html @@ -13,6 +13,8 @@  <BR>  <INPUT TYPE="submit" VALUE="Search"> +</FORM> +  <% include('/elements/footer.html') %>  <%init>  | 
