projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24f63b
)
minor fix to pod
author
Tony Cook
<tony@develop-help.com>
Fri, 15 Apr 2016 04:48:50 +0000
(14:48 +1000)
committer
Tony Cook
<tony@develop-help.com>
Fri, 15 Apr 2016 04:48:50 +0000
(14:48 +1000)
samples/samp-form.cgi
patch
|
blob
|
blame
|
history
diff --git
a/samples/samp-form.cgi
b/samples/samp-form.cgi
index 0929385613e4572f1b62eed2ed2be6192ed8d1c2..9896dceb0ef085db64ec918f6193ee2e0a9bf456 100755
(executable)
--- a/
samples/samp-form.cgi
+++ b/
samples/samp-form.cgi
@@
-175,7
+175,7
@@
So limit the values and validate them:
<select name="font">
<option value="arial">Arial</option>
- <option value="arialb
.ttf
">Arial Bold</option>
+ <option value="arialb">Arial Bold</option>
...
</select>