summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-01-10 18:52:25 +0100
committerYorhel <git@yorhel.nl>2014-01-10 18:52:25 +0100
commitd06c07c0dd54904183e8a25c7ecaed54a2f6e2bc (patch)
treeaef7b4fa2e26c576504f0ca094b447a7d67d46f6
parente6febeb9d8bb2fbd1a338d9890bca03a77546fb5 (diff)
s/Formatting/Options/; Secure URL is not formatting
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index e26028d..8ac53ea 100755
--- a/index.cgi
+++ b/index.cgi
@@ -292,7 +292,7 @@ sub htmlUploadForm {
end;
fieldset;
- legend '▾ Formatting';
+ legend '▾ Options';
a href => '#', id => 'formatsave', 'save as default';
input type => 'checkbox', class => 'check', id => 'w', name => 'w', value => 1;
label for => 'w', ' allow line wrapping';