Fixed whitespace in Preferences page between 'Timezone' and colon
This commit is contained in:
parent
a2c1b9c699
commit
771b9b9412
3 changed files with 4 additions and 4 deletions
|
@ -67,8 +67,8 @@
|
|||
</dd>
|
||||
|
||||
<dt id="timezone-label" class="block-display">
|
||||
<label class="required" for="timezone"><?php echo $this->element->getElement('timezone')->getLabel() ?>
|
||||
<span class="info-text-small"><?php _("(Required)") ?></span> :
|
||||
<label class="required" for="timezone"><?php echo $this->element->getElement('timezone')->getLabel() ?>:
|
||||
<span class="info-text-small"><?php _("(Required)") ?></span>
|
||||
</label>
|
||||
</dt>
|
||||
<dd id="timezone-element" class="block-display">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue