Commit:    d43ff33ce1fce828c8bc824b1400b2c3789cc494
Author:    Sobak <msobaczew...@gmail.com>         Mon, 23 Jan 2017 18:07:11 
+0100
Parents:   8c4fe03924f2bdaa1ba649b52100f0fb360f9369
Branches:  redesign

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=d43ff33ce1fce828c8bc824b1400b2c3789cc494

Log:
Add missing page header

Changed paths:
  M  www/search.php


Diff:
diff --git a/www/search.php b/www/search.php
index 35ad808..370610a 100644
--- a/www/search.php
+++ b/www/search.php
@@ -111,6 +111,7 @@ if (isset($_GET['cmd']) && $_GET['cmd'] == 'display')
                        $link .= '&amp;status=' . urlencode($status);
                        $package_count = count($package_name);
 ?>
+<h1>Search results</h1>
 
 <table border="0" class="standard search-bugs">


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to