1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable no_extra_blank_lines fixer

Closes GH-646.
This commit is contained in:
Andreas Möller
2022-07-12 14:26:18 +02:00
committed by GitHub
parent aa0a6f3ee0
commit b3c9551c93
15 changed files with 1 additions and 24 deletions

View File

@@ -113,7 +113,6 @@ site_header("Manual Quick Reference", $head_options+array("current" => "help"));
// Note: $notfound is defined (with htmlspecialchars) inside manual-lookup.php
$notfound_enc = urlencode($notfound);
if ($snippet = is_known_snippet($notfound)) {
echo "<h1>Related snippet found for '{$notfound}'</h1>";
echo "<p>{$snippet}</p>";