瀏覽代碼

Merge branch 'master' of https://github.com/cmattoon/Pico

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

+ 1 - 0
lib/pico.php

@@ -218,6 +218,7 @@ class Pico {
 				unset($pages[$key]);
 				continue;
 			}
+
                         // Ignore Emacs (and Nano) temp files
                         if (in_array(substr($page, -1), array('~','#'))) {
 			    unset($pages[$key]);