Replaced spaces with tabs... d'oh
This commit is contained in:
parent
9e9ea4f46d
commit
2e26edaa13
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user