summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6e9d63e..c2c443f 100644
--- a/index.php
+++ b/index.php
@@ -400,7 +400,8 @@ echo '<?xml version="1.0" encoding="utf-8" ?>';
<legend>Algorithm for dominant color extraction</legend>
<label><input type="radio" name="domalgo" value="mean" />Mean / Average</label>
<label><input type="radio" name="domalgo" value="mode" checked="true" />Mode</label>
- <label><input type="radio" name="domalgo" value="custom" />Custom: <input type="text" name="customcolor" /></label>
+ <label><input type="radio" name="domalgo" value="custom" />Custom:</label>
+ <input type="text" name="customcolor" maxlength="7" />
</fieldset>
<fieldset>
<legend>Colors to ignore</legend>