Fixing Example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142138 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Vincent Gevers 2003-10-09 19:28:06 +00:00
parent d18237a5fe
commit 0b4067a0e2

View file

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