From 0441e4c9e87b84a6a4bbb8bdb96a9e9f2bed9f00 Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 23 Apr 2015 18:39:01 +0000 Subject: [PATCH] Add semi-colon git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9693 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- configurator.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configurator.php b/configurator.php index 4fee9a0e7..a1414583a 100644 --- a/configurator.php +++ b/configurator.php @@ -177,11 +177,11 @@ if (file_exists($fs_config_file)) { } td { - border: thin solid black + border: thin solid black; } tr { - border: none + border: none; } div.hint { @@ -1782,7 +1782,7 @@ class unchangeable_variable global $tdwidth; $i = "

" . $title . "

\n " . nl2p($this->_get_description()) . "\n"; // $i .= "Not editable.
\n
" . $this->default_value."
"; - return '' . "\n" . $i . "\n" + return '' . "\n" . $i . "\n" . ' '; } } @@ -2404,7 +2404,7 @@ class part $id = preg_replace("/\W/", "", $this->config_item_name); $group_name = preg_replace("/\W/", "", $title); $i = ''."\n"; - $i .= ''."\n"; + $i .= ''."\n"; $i .= "

" . $title . "

\n " . nl2p($this->_get_description()) . "\n"; $i .= "

Hide options.

"; return $i . "\n"; -- 2.45.0