[28703] trunk/www/includes

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 7 12:01:09 PDT 2007


Revision: 28703
          http://trac.macosforge.org/projects/macports/changeset/28703
Author:   sfiera at macports.org
Date:     2007-09-07 12:01:09 -0700 (Fri, 07 Sep 2007)

Log Message:
-----------
Move Id's from HTML comments to PHP comments

Modified Paths:
--------------
    trunk/www/includes/footer.inc
    trunk/www/includes/header.inc
    trunk/www/includes/lang.inc

Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc	2007-09-07 18:34:33 UTC (rev 28702)
+++ trunk/www/includes/footer.inc	2007-09-07 19:01:09 UTC (rev 28703)
@@ -1,5 +1,7 @@
+<?php
+  // $Id$
+?>
     </div>
     <div id="footer">
-<!-- $Id$ -->
         Copyright &copy; 2002&ndash;<?php print date("Y"); ?>, <a href="http://www.macports.org/">MacPorts</a>. Hosted by <a href="http://www.macosforge.org">Mac OS Forge</a>. All rights reserved.
     </div>

Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc	2007-09-07 18:34:33 UTC (rev 28702)
+++ trunk/www/includes/header.inc	2007-09-07 19:01:09 UTC (rev 28703)
@@ -1,4 +1,6 @@
-<!-- $Id$ -->
+<?php
+  // $Id$
+?>
     <h1>
       <a href="/macports/" title="MacPorts">
         <span class="accessibility">MacPorts</span>

Modified: trunk/www/includes/lang.inc
===================================================================
--- trunk/www/includes/lang.inc	2007-09-07 18:34:33 UTC (rev 28702)
+++ trunk/www/includes/lang.inc	2007-09-07 19:01:09 UTC (rev 28703)
@@ -1,5 +1,7 @@
+<?php
+  // $Id$
+?>
       <p id="lang">
-<!-- $Id$ -->
          [ <a href="/macports/">English</a>, <a
 	href="/macports/ja/">Japanese</a>, <a href="/macports/fr/">Fran&ccedil;ais</a>, <a
 	href="/macports/es/">Espa&ntilde;ol</a> ]</p>

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


More information about the macports-changes mailing list