mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
html fixes
This commit is contained in:
@ -278,9 +278,9 @@ function get_bugs_rss($project=SITE)
|
||||
.'&status=Open&bug_type%5B%5D=Documentation+problem'
|
||||
.'&bug_age=0';
|
||||
$link = 'http://bugs.php.net/search.php?boolean=0'
|
||||
.'&limit=All&order_by=status&direction=ASC&cmd=display'
|
||||
.'&status=Open&bug_type%5B%5D=Documentation+problem'
|
||||
.'&bug_age=0';
|
||||
.'&limit=All&order_by=status&direction=ASC&cmd=display'
|
||||
.'&status=Open&bug_type%5B%5D=Documentation+problem'
|
||||
.'&bug_age=0';
|
||||
break;
|
||||
|
||||
case 'livedocs':
|
||||
@ -289,9 +289,9 @@ function get_bugs_rss($project=SITE)
|
||||
.'&status=Open&bug_type%5B%5D=Livedocs+problem'
|
||||
.'&bug_age=0';
|
||||
$link = 'http://bugs.php.net/search.php?boolean=0'
|
||||
.'&limit=All&order_by=status&direction=ASC&cmd=display'
|
||||
.'&status=Open&bug_type%5B%5D=Livedocs+problem'
|
||||
.'&bug_age=0';
|
||||
.'&limit=All&order_by=status&direction=ASC&cmd=display'
|
||||
.'&status=Open&bug_type%5B%5D=Livedocs+problem'
|
||||
.'&bug_age=0';
|
||||
break;
|
||||
|
||||
default:
|
||||
|
@ -45,7 +45,7 @@ if ($info['last_article'] < 50000) {
|
||||
echo "echo site_header('Note Statistics for " . date('j F Y', $info['build_date']) . "'); ?>";
|
||||
|
||||
?>
|
||||
<h3><strong><?php echo $info['last_article']; ?></strong> subjects parsed</h1>
|
||||
<h3><strong><?php echo $info['last_article']; ?></strong> subjects parsed</h3>
|
||||
|
||||
<table border='0' cellspacing="10"><tr valign="top"><td valign="top">
|
||||
<table border='0'>
|
||||
@ -140,7 +140,7 @@ unset($data_new);
|
||||
|
||||
?>
|
||||
</table>
|
||||
</td><td valign="top">
|
||||
<br/>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<th colspan="3" align="center">Editors top 15</th>
|
||||
|
Reference in New Issue
Block a user