From df2697c68b122e40007b327e4d89ab491fe7bd04 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 31 May 2013 12:36:51 +0100 Subject: [PATCH] [none] moved left & up To match style of other data items on display --- editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.php b/editor.php index c419790..ce2b258 100644 --- a/editor.php +++ b/editor.php @@ -80,7 +80,7 @@ $activeLineBG = array_search($ICEcoder["theme"],array("eclipse","elegant","neat" $last10FilesArray = explode(",",$ICEcoder["last10Files"]); for ($i=0;$i
'; + echo '
[none]


'; } else { $fileFolderName = str_replace("\\","/",$last10FilesArray[$i]); // Get extension (prefix 'ext-' to prevent invalid classes from extensions that begin with numbers)