diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-11-19 22:56:28 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-11-19 23:24:09 +0100 |
commit | 323e617e2ca22b3ca985844d81f088f52d9824e6 (patch) | |
tree | c8180ef0b7b45ecfa72f67da5bf577d0470e41fb /pages/wot | |
parent | b8b0d0044fcac7402bba19bfd601339bf61f1a69 (diff) | |
download | cacert-devel-323e617e2ca22b3ca985844d81f088f52d9824e6.tar.gz cacert-devel-323e617e2ca22b3ca985844d81f088f52d9824e6.tar.xz cacert-devel-323e617e2ca22b3ca985844d81f088f52d9824e6.zip |
bug 1221: Whitespace
Diffstat (limited to 'pages/wot')
-rw-r--r-- | pages/wot/1.php | 2 | ||||
-rw-r--r-- | pages/wot/9.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pages/wot/1.php b/pages/wot/1.php index 9e5d0f5..99c2b9f 100644 --- a/pages/wot/1.php +++ b/pages/wot/1.php @@ -115,7 +115,7 @@ <td class="DataTD"><?=$row['assurer']?_("Yes"):("<font color=\"#ff0000\">"._("Not yet!")."</font>")?></td> </tr> -<? } +<? } } ?> </table> diff --git a/pages/wot/9.php b/pages/wot/9.php index 0d9b22d..b492ff6 100644 --- a/pages/wot/9.php +++ b/pages/wot/9.php @@ -15,9 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ - + require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); - + $res = mysql_query("select * from `users` where `id`='".intval($_REQUEST['userid'])."' and `listme`='1'"); if(mysql_num_rows($res) <= 0) |