Андрей (andy) wrote in changelog,
Андрей
andy
changelog

[livejournal] r19884: LJSUP-9157 (Self promo)

Committer: ailyin
LJSUP-9157 (Self promo)
U   trunk/cgi-bin/weblib.pl
Modified: trunk/cgi-bin/weblib.pl
===================================================================
--- trunk/cgi-bin/weblib.pl	2011-08-29 10:53:48 UTC (rev 19883)
+++ trunk/cgi-bin/weblib.pl	2011-08-30 01:18:24 UTC (rev 19884)
@@ -300,7 +300,7 @@
     # FIXME: retrofit like bad_input above?  merge?  make aliases for each other?
     my @errors = @_;
     my $ret;
-    $ret .= "<?errorbar ";
+    $ret .= '<div class="errorbar">';
     $ret .= "<strong>";
     $ret .= BML::ml('error.procrequest');
     $ret .= "</strong><ul>";
@@ -310,7 +310,7 @@
         $err->log;
         $ret .= $err->as_bullets;
     }
-    $ret .= " </ul> errorbar?>";
+    $ret .= " </ul></div>";
     return $ret;
 }
 

Tags: andy, livejournal, pl
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments