From: <var...@us...> - 2012-10-02 09:25:22
|
Revision: 8372 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8372&view=rev Author: vargenau Date: 2012-10-02 09:25:13 +0000 (Tue, 02 Oct 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php trunk/locale/de/LC_MESSAGES/phpwiki.php trunk/locale/es/LC_MESSAGES/phpwiki.php trunk/locale/fr/LC_MESSAGES/phpwiki.php trunk/locale/it/LC_MESSAGES/phpwiki.php trunk/locale/ja/LC_MESSAGES/phpwiki.php trunk/locale/nl/LC_MESSAGES/phpwiki.php trunk/locale/sv/LC_MESSAGES/phpwiki.php trunk/locale/zh/LC_MESSAGES/phpwiki.php trunk/themes/MacOSX/buttons/index.php Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -215,4 +215,3 @@ '>>' => array( 'input'=>'>>', 'tag'=>'mo', 'output'=>'&#' . hexdec('232A') . ';', 'right_bracket'=>TRUE) // 2005-06-07 wes ); -?> Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -1116,4 +1116,3 @@ } } } -?> Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -215,4 +215,3 @@ '>>' => array( 'input'=>'>>', 'tag'=>'mo', 'output'=>'&#' . hexdec('232A') . ';', 'right_bracket'=>TRUE) // 2005-06-07 wes ); -?> Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -1113,4 +1113,3 @@ } } } -?> Modified: trunk/locale/de/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/de/LC_MESSAGES/phpwiki.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/locale/de/LC_MESSAGES/phpwiki.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -1341,4 +1341,3 @@ $locale["yesterday"] = "gestern"; -?> Modified: trunk/locale/es/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/es/LC_MESSAGES/phpwiki.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/locale/es/LC_MESSAGES/phpwiki.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -591,4 +591,3 @@ $locale["yesterday"] = "ayer"; -?> Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/fr/LC_MESSAGES/phpwiki.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/locale/fr/LC_MESSAGES/phpwiki.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -1397,4 +1397,3 @@ $locale["yesterday"] = "hier"; -?> Modified: trunk/locale/it/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/it/LC_MESSAGES/phpwiki.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/locale/it/LC_MESSAGES/phpwiki.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -294,4 +294,3 @@ $locale["yesterday"] = "ieri"; -?> Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/ja/LC_MESSAGES/phpwiki.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/locale/ja/LC_MESSAGES/phpwiki.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -245,4 +245,3 @@ $locale["yesterday"] = "昨日"; -?> Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/nl/LC_MESSAGES/phpwiki.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/locale/nl/LC_MESSAGES/phpwiki.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -151,4 +151,3 @@ $locale["version <em>%s</em>"] = "versie <em>%s</em>"; -?> Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/sv/LC_MESSAGES/phpwiki.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/locale/sv/LC_MESSAGES/phpwiki.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -149,4 +149,3 @@ $locale["yesterday"] = "i går"; -?> Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/zh/LC_MESSAGES/phpwiki.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/locale/zh/LC_MESSAGES/phpwiki.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -762,4 +762,3 @@ $locale["yesterday"] = "昨天"; -?> Modified: trunk/themes/MacOSX/buttons/index.php =================================================================== --- trunk/themes/MacOSX/buttons/index.php 2012-10-02 09:21:20 UTC (rev 8371) +++ trunk/themes/MacOSX/buttons/index.php 2012-10-02 09:25:13 UTC (rev 8372) @@ -1 +1 @@ -<?php include("../images/index.php")?> +<?php include("../images/index.php") \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |