fix typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dave Barr 2003-09-21 17:22:04 +00:00
parent f697cfb786
commit 346282f55b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.39 -->
<refentry id="function.zend-logo-guid">
<refnamediv>
@ -23,7 +23,7 @@
<![CDATA[
<?php
echo '<im src="' . $_SERVER['PHP_SELF'] .
echo '<img src="' . $_SERVER['PHP_SELF'] .
'?=' . zend_logo_guid() . '" alt="Zend Logo !" />';
?>