mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
parse error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152793 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
78dd7380aa
commit
ecf2dc4870
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object">
|
||||
<refnamediv>
|
||||
|
@ -55,7 +55,7 @@ function list_attr($obj)
|
|||
$count = $obj->count();
|
||||
for ($i=0; $i<$count; $i++) {
|
||||
$attr = $obj->attribute($i);
|
||||
printf("<tr><td align=\"right\" bgcolor=\"#c0c0c0\"><b>%s</b></td><td bgcolor\="#F0F0F0\">%s</td></tr>\n",
|
||||
printf("<tr><td align=\"right\" bgcolor=\"#c0c0c0\"><b>%s</b></td><td bgcolor=\"#F0F0F0\">%s</td></tr>\n",
|
||||
$attr->key(), $attr->value());
|
||||
}
|
||||
echo "</table>\n";
|
||||
|
|
Loading…
Reference in a new issue