Remove closing tag

This commit is contained in:
Lukas Reschke 2013-01-21 22:29:27 +01:00
parent d2383338de
commit 8223117569
1 changed files with 0 additions and 1 deletions

View File

@ -18,4 +18,3 @@ if ( array_key_exists('publicListView', $_) && $_['publicListView'] == true ) {
} else {
echo "var publicListView = false;";
}
?>