瀏覽代碼

Replaced spaces with tabs... d'oh

Curtis Mattoon 12 年之前
父節點
當前提交
2e26edaa13
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      lib/pico.php

+ 4 - 4
lib/pico.php

@@ -219,10 +219,10 @@ class Pico {
 				continue;
 			}
 
-                        // Ignore Emacs (and Nano) temp files
-                        if (in_array(substr($page, -1), array('~','#'))) {
-			    unset($pages[$key]);
-			    continue;
+			// Ignore Emacs (and Nano) temp files
+			if (in_array(substr($page, -1), array('~','#'))) {
+				unset($pages[$key]);
+				continue;
 			}			
 			// Get title and format $page
 			$page_content = file_get_contents($page);