From: <var...@us...> - 2012-09-28 15:11:52
|
Revision: 8305 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8305&view=rev Author: vargenau Date: 2012-09-28 15:11:42 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/themes/SpaceWiki/lib/RecentChanges.php trunk/themes/smaller/themeinfo.php Property Changed: ---------------- trunk/themes/SpaceWiki/lib/RecentChanges.php Modified: trunk/themes/SpaceWiki/lib/RecentChanges.php =================================================================== --- trunk/themes/SpaceWiki/lib/RecentChanges.php 2012-09-28 15:05:50 UTC (rev 8304) +++ trunk/themes/SpaceWiki/lib/RecentChanges.php 2012-09-28 15:11:42 UTC (rev 8305) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ @@ -79,4 +79,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/SpaceWiki/lib/RecentChanges.php ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/smaller/themeinfo.php =================================================================== --- trunk/themes/smaller/themeinfo.php 2012-09-28 15:05:50 UTC (rev 8304) +++ trunk/themes/smaller/themeinfo.php 2012-09-28 15:11:42 UTC (rev 8305) @@ -50,4 +50,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |