Skip to content

Commit 010a894

Browse files
committed
removing more closing PHP tags
1 parent 3a4ca87 commit 010a894

29 files changed

+0
-37
lines changed

include/database.inc.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@
1717
if (mysqli_connect_errno()) {
1818
die("Failed to connect to database");
1919
}
20-
21-
?>

include/lib/Michelf/Markdown.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3091,4 +3091,3 @@ protected function _doAbbreviations_callback($matches) {
30913091
}
30923092

30933093
}
3094-
?>

include/lib/Michelf/MarkdownExtra.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ class MarkdownExtra extends \Michelf\_MarkdownExtra_TmpImpl {
3535
# See note above.
3636

3737
}
38-
39-
40-
?>

include/lib/recaptchalib.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,3 @@ function recaptcha_mailhide_html($pubkey, $privkey, $email) {
272272
"' onclick=\"window.open('" . htmlentities ($url) . "', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;\" title=\"Reveal this e-mail address\">...</a>@" . htmlentities ($emailparts [1]);
273273

274274
}
275-
276-
277-
?>

include/lib/scrypt.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,5 +532,3 @@ function word_reverse($str) {
532532
}
533533
return $ret;
534534
}
535-
536-
?>

include/lib/smarty_plugins/function.acl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ function check_acl_access($params, $smarty)
3131
break;
3232
}
3333
}
34-
?>

include/pages/about.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
// Tempalte specifics
55
$smarty->assign("CONTENT", "default.tpl");
6-
?>

include/pages/about/pplns.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
// Tempalte specifics
55
$smarty->assign("CONTENT", "default.tpl");
6-
?>

include/pages/admin.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99

1010
// Tempalte specifics
1111
$smarty->assign("CONTENT", "");
12-
?>

include/pages/admin/earnings.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
}
1919

2020
$smarty->assign('CONTENT', 'default.tpl');
21-
?>

0 commit comments

Comments
 (0)