diff --git a/cal/cal.php b/cal/cal.php index 79fbffd5..38f10462 100644 --- a/cal/cal.php +++ b/cal/cal.php @@ -177,16 +177,23 @@ function cal_addon_settings ( &$a, &$s ) $checked = (($enabled) ? ' checked="checked" ' : ''); $url = $a->get_baseurl().'/cal/'.$a->user['nickname'].'/export/format'; + $s .= ''; $s .= '

'.t('Export Events').'

'; + $s .= '
'; + $s .= ''; } ?> diff --git a/fromapp/fromapp.php b/fromapp/fromapp.php index 7a920dd3..de858744 100644 --- a/fromapp/fromapp.php +++ b/fromapp/fromapp.php @@ -60,8 +60,13 @@ function fromapp_settings(&$a,&$s) { /* Add some HTML to the existing form */ - $s .= '
'; + $s .= ''; $s .= '

' . t('FromApp Settings') . '

'; + $s .= '
'; + $s .= ''; diff --git a/mathjax/mathjax.php b/mathjax/mathjax.php index 045f4c6a..9bff86a2 100644 --- a/mathjax/mathjax.php +++ b/mathjax/mathjax.php @@ -32,8 +32,13 @@ function mathjax_settings (&$a, &$s) { return; $use = get_pconfig(local_user(),'mathjax','use'); $usetext = (($use) ? ' checked="checked" ' : ''); - $s .= '
'; + $s .= ''; $s .= '

MathJax '.t('Settings').'

'; + $s .= '
'; + $s .= '