From: Zach Copley Date: Mon, 15 Jun 2009 19:57:08 +0000 (-0700) Subject: Small fix to correct the order of defined color prefs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=807d84d448fb453de777d7a1ef938150bb03de3e;p=quix0rs-gnu-social.git Small fix to correct the order of defined color prefs --- diff --git a/actions/designsettings.php b/actions/designsettings.php index 8595cbc4c6..dba983fdf7 100644 --- a/actions/designsettings.php +++ b/actions/designsettings.php @@ -106,10 +106,10 @@ class DesignsettingsAction extends AccountSettingsAction } $this->elementStart('li'); - $this->element('label', array('for' => 'swatch-5'), _('Background')); + $this->element('label', array('for' => 'swatch-0'), _('Background')); $this->element('input', array('name' => 'design_background', 'type' => 'text', - 'id' => 'swatch-5', + 'id' => 'swatch-0', 'class' => 'swatch', 'maxlength' => '7', 'size' => '7',