From 823d712a1b2a735743aebe5ddaef285c6aa0308c Mon Sep 17 00:00:00 2001 From: Martynas Barzda Date: Mon, 29 Oct 2012 19:51:01 +0200 Subject: [PATCH] Install script: updates --- install.php | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/install.php b/install.php index 21ea38b..0bbdfe6 100644 --- a/install.php +++ b/install.php @@ -1,10 +1,10 @@
- - - + + +
@@ -405,9 +406,9 @@ } if (is_writable(__FILE__)){ - echo '
  • '.__('Install script writable', 'system').'
  • '; + echo '
  • '.__('Install script writable', 'system').'
  • '; } else { - echo '
  • '.__('Install script not writable', 'system').'
  • '; + echo '
  • '.__('Install script not writable', 'system').'
  • '; } if (is_writable('sitemap.xml')){ @@ -446,4 +447,4 @@ - + \ No newline at end of file