summaryrefslogtreecommitdiffstats
path: root/scripts/smtk2ssrf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/smtk2ssrf.pl')
-rwxr-xr-xscripts/smtk2ssrf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/smtk2ssrf.pl b/scripts/smtk2ssrf.pl
index 2b1e8a2ac..5367400ce 100755
--- a/scripts/smtk2ssrf.pl
+++ b/scripts/smtk2ssrf.pl
@@ -35,7 +35,7 @@ if ($q->upload("uploaded_file")) {
-size => 50,
-maxlength => 200);
print $q->submit();
- print $q-end_form();
+ print $q->end_form();
# Here we could print some footer stuff as above