# HG changeset patch # User Matti Hamalainen # Date 1351039707 -10800 # Node ID e370345d0562bd616174f86d27de05ceb59d2b85 # Parent 0acf6e16af93ebce9d5909d7b00bd277444abf55 Cleanups. diff -r 0acf6e16af93 -r e370345d0562 index.php --- a/index.php Wed Oct 24 03:45:28 2012 +0300 +++ b/index.php Wed Oct 24 03:48:27 2012 +0300 @@ -465,11 +465,11 @@
".lukMsg("Style").": "; foreach ($pageCSSAlts as $name => $id) - echo "".$name.""; + echo "".$name.""; echo "
"; foreach ($pageLanguages as $id) - echo "".$id.""; + echo "".$id.""; echo "
@@ -482,8 +482,6 @@ if ($cacheDirty) { $str = ""; - - // Use locking to prevent concurrent access and dump data if (file_put_contents($cacheFile, $str, LOCK_EX) === FALSE) { // Can't do much anything here .. }