Procházet zdrojové kódy

Back out some minor things (mostly comments) that shouldn't have made it in (yet?)

pdontthink před 18 roky
rodič
revize
f425a40a5a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -141,7 +141,7 @@ if ($date_format != 6) {
     }
     $clk = str_replace(' ',' ',$clk);
 
-//FIXME don't build HTML here - do it in template; after this is fixed BE SURE to remove the FALSE from the assign() call for $clock below!
+//FIXME don't build HTML here - do it in template
     $clock = '<small><span style="white-space: nowrap;">'
        . str_replace(' ', '&nbsp;', _("Last Refresh"))
        . ":</span><br /><span style=\"white-space: nowrap;\">$clk</span></small><br />\n";