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

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 14 23:09:01 PDT 2007


Revision: 29105
          http://trac.macosforge.org/projects/macports/changeset/29105
Author:   jmpp at macports.org
Date:     2007-09-14 23:09:00 -0700 (Fri, 14 Sep 2007)

Log Message:
-----------
Per advice from Ryan: echo is a language construct, not a function, so use it as such.

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

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2007-09-15 05:44:54 UTC (rev 29104)
+++ trunk/www/includes/common.inc	2007-09-15 06:09:00 UTC (rev 29105)
@@ -46,7 +46,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
     <head>
         <title><?php echo("$title"); ?></title>
-        <meta http-equiv="Content-type" content="application/xhtml+xml; charset=<?php echo("$encoding"); ?>" />
+        <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)" />
         <meta name="author" content="Chris Pickel (sfiera at macports.org)" />

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


More information about the macports-changes mailing list