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:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user