From 6170f0fd695784091b5124ec8fcfcb503506ef0c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 1 Dec 2013 11:37:51 +0100 Subject: [PATCH 1/5] inflate/deflate MathJax settings --- mathjax/mathjax.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 .= ''; $s .= '
'; From 5bede2a1c51f89b210947b5ce2c56e33610da250 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 1 Dec 2013 11:51:30 +0100 Subject: [PATCH 4/5] inflate/deflate fromapp settings --- fromapp/fromapp.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 .= '