]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/config.php
Cleanup /format pre-move
[friendica.git] / view / theme / quattro / config.php
index 5af58a18da612ac9aa98dcec19628c408e7805ce..341c2b8310f695c23c3063aef141c9068ad70e9c 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * Theme settings
  */
@@ -70,7 +71,7 @@ function quattro_form(App $a, $align, $color, $tfs, $pfs) {
                '$align'   => array('quattro_align', t('Alignment'), $align, '', array('left'=>t('Left'), 'center'=>t('Center'))),
                '$color'   => array('quattro_color', t('Color scheme'), $color, '', $colors),
                '$pfs'     => array('quattro_pfs', t('Posts font size'), $pfs),
-               '$tfs'     => array('quattro_tfs',t('Textareas font size'), $tfs),
+               '$tfs'     => array('quattro_tfs', t('Textareas font size'), $tfs),
        ));
        return $o;
 }