summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-08-13 18:09:06 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-08-13 18:09:06 +0200
commit47ba9c811930fe34b7c52dd25dbf072fe33552c7 (patch)
treeeff8f191f78e467ca853d721f0eba06bea7cb765
parenta4e1edb7b6b2fdad3b6ad91364f6f666a13c3955 (diff)
downloadhicg-47ba9c811930fe34b7c52dd25dbf072fe33552c7.tar.gz
hicg-47ba9c811930fe34b7c52dd25dbf072fe33552c7.zip
make mode the default again
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3909f9b..6e9d63e 100644
--- a/index.php
+++ b/index.php
@@ -400,7 +400,7 @@ 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" checked="true" />Custom: <input type="text" name="customcolor" /></label>
+ <label><input type="radio" name="domalgo" value="custom" />Custom: <input type="text" name="customcolor" /></label>
</fieldset>
<fieldset>
<legend>Colors to ignore</legend>