From: <var...@us...> - 2012-10-02 13:43:17
|
Revision: 8385 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8385&view=rev Author: vargenau Date: 2012-10-02 13:43:06 +0000 (Tue, 02 Oct 2012) Log Message: ----------- Whitespace only Modified Paths: -------------- trunk/lib/ExternalReferrer.php trunk/lib/RSSWriter091.php trunk/lib/difflib.php trunk/lib/plugin/BackLinks.php trunk/lib/plugin/Calendar.php trunk/lib/plugin/CalendarList.php trunk/lib/plugin/Comment.php Modified: trunk/lib/ExternalReferrer.php =================================================================== --- trunk/lib/ExternalReferrer.php 2012-10-02 12:58:40 UTC (rev 8384) +++ trunk/lib/ExternalReferrer.php 2012-10-02 13:43:06 UTC (rev 8385) @@ -1,6 +1,5 @@ <?php - /** * Detect external referrers * Currently only search engines, and highlight the searched item. Modified: trunk/lib/RSSWriter091.php =================================================================== --- trunk/lib/RSSWriter091.php 2012-10-02 12:58:40 UTC (rev 8384) +++ trunk/lib/RSSWriter091.php 2012-10-02 13:43:06 UTC (rev 8385) @@ -21,8 +21,6 @@ // for outputting RecentChanges in RSS 0.91 format // ---------------------------------------------------------------------- - - include_once 'lib/RssWriter.php'; class RSSWriter091 extends RSSWriter { Modified: trunk/lib/difflib.php =================================================================== --- trunk/lib/difflib.php 2012-10-02 12:58:40 UTC (rev 8384) +++ trunk/lib/difflib.php 2012-10-02 13:43:06 UTC (rev 8385) @@ -1,6 +1,5 @@ <?php - // difflib.php // // A PHP diff engine for phpwiki. Modified: trunk/lib/plugin/BackLinks.php =================================================================== --- trunk/lib/plugin/BackLinks.php 2012-10-02 12:58:40 UTC (rev 8384) +++ trunk/lib/plugin/BackLinks.php 2012-10-02 13:43:06 UTC (rev 8385) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /** * Copyright 1999,2000,2001,2002,2006 $ThePhpWikiProgrammingTeam Modified: trunk/lib/plugin/Calendar.php =================================================================== --- trunk/lib/plugin/Calendar.php 2012-10-02 12:58:40 UTC (rev 8384) +++ trunk/lib/plugin/Calendar.php 2012-10-02 13:43:06 UTC (rev 8385) @@ -92,7 +92,6 @@ 'title' => _("Next Month")), '>'); - $row = HTML::tr(HTML::td(array('align' => 'left'), $prev), HTML::td(array('align' => 'center'), HTML::strong(array('class' => 'cal-header'), Modified: trunk/lib/plugin/CalendarList.php =================================================================== --- trunk/lib/plugin/CalendarList.php 2012-10-02 12:58:40 UTC (rev 8384) +++ trunk/lib/plugin/CalendarList.php 2012-10-02 13:43:06 UTC (rev 8385) @@ -1,6 +1,5 @@ <?php - /** * * Copyright 1999-2002,2005-2007 $ThePhpWikiProgrammingTeam * Modified: trunk/lib/plugin/Comment.php =================================================================== --- trunk/lib/plugin/Comment.php 2012-10-02 12:58:40 UTC (rev 8384) +++ trunk/lib/plugin/Comment.php 2012-10-02 13:43:06 UTC (rev 8385) @@ -1,6 +1,5 @@ <?php - /* * Copyright (C) 2003 Martin Geisler * Copyright (C) 2003-2004 $ThePhpWikiProgrammingTeam This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |