[29966] trunk/www/includes/common.inc

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 16 17:53:27 PDT 2007


Revision: 29966
          http://trac.macosforge.org/projects/macports/changeset/29966
Author:   jmpp at macports.org
Date:     2007-10-16 17:53:27 -0700 (Tue, 16 Oct 2007)

Log Message:
-----------
Don't use php's 'echo' as a function.

Modified Paths:
--------------
    trunk/www/includes/common.inc

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2007-10-17 00:47:25 UTC (rev 29965)
+++ trunk/www/includes/common.inc	2007-10-17 00:53:27 UTC (rev 29966)
@@ -46,7 +46,7 @@
                       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
     <head>
-        <title><?php echo("$title"); ?></title>
+        <title><?php echo $title; ?></title>
         <meta http-equiv="Content-type" content="application/xhtml+xml; charset=<?php echo $encoding; ?>" />
         <meta name="author" content="Jim Mock (mij at macports.org)" />
         <meta name="author" content="Juan Manuel Palacios (jmpp at macports.org)" />

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071016/dffb6d7e/attachment.html


More information about the macports-changes mailing list