diff options
author | Max Kostikov <max@kostikov.co> | 2021-04-06 13:41:33 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2021-04-06 13:41:33 +0200 |
commit | 0d10f5ba65d209c76f811424eb255d9e4228c6b8 (patch) | |
tree | 360b2b354b74d28414fe961b83af9dff096b358e /view/tpl/field_select_grouped.tpl | |
parent | 89409d0577669a54f473b0fbb9e196e52211126b (diff) | |
download | volse-hubzilla-0d10f5ba65d209c76f811424eb255d9e4228c6b8.tar.gz volse-hubzilla-0d10f5ba65d209c76f811424eb255d9e4228c6b8.tar.bz2 volse-hubzilla-0d10f5ba65d209c76f811424eb255d9e4228c6b8.zip |
Fix site admin registration block styles
Diffstat (limited to 'view/tpl/field_select_grouped.tpl')
-rw-r--r-- | view/tpl/field_select_grouped.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_select_grouped.tpl b/view/tpl/field_select_grouped.tpl index ec067b8e7..eb228b086 100644 --- a/view/tpl/field_select_grouped.tpl +++ b/view/tpl/field_select_grouped.tpl @@ -8,5 +8,5 @@ {{/foreach}} </optgroup> </select> - <span class='help-block'>{{$field.3}}</span> + <small class='help-block'>{{$field.3}}</small> </div> |