SF.net SVN: phpwiki:[10820] trunk/lib/plugin/PageDump.php

vargenau--- via phpwiki-checkins <[email protected]> Wed, 05 Jan 2022 12:31:05 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10820
          http://sourceforge.net/p/phpwiki/code/10820
Author:   vargenau
Date:     2022-01-05 12:31:05 +0000 (Wed, 05 Jan 2022)
Log Message:
-----------
PageDump plugin: it's a warning

Modified Paths:
--------------
    trunk/lib/plugin/PageDump.php

Modified: trunk/lib/plugin/PageDump.php
===================================================================
--- trunk/lib/plugin/PageDump.php	2022-01-05 12:22:19 UTC (rev 10819)
+++ trunk/lib/plugin/PageDump.php	2022-01-05 12:31:05 UTC (rev 10820)
@@ -213,8 +213,8 @@
         return HTML($h2, HTML::em($desc),
             HTML::pre($mailified),
             $altpreviewbuttons,
-            HTML::div(array('class' => 'error'),
-                HTML::strong(_("Warning")), _(": "), $warning),
+            HTML::div(array('class' => 'warning'),
+                HTML::strong(_("Warning")._(": ")), $warning),
             $dl, $Sep, $dlall, $Sep, $dlsvn
         );
     }

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.