]> git.p6c8.net - devedit.git/blobdiff - devedit.pl
Removed templates/confirm_unlock.htm
[devedit.git] / devedit.pl
index 76dd3c46af4e75fd0470b813d546ceec4da755b8..3fd8641090a462d049fd5b0d715968905e49cbe7 100644 (file)
@@ -6,7 +6,7 @@
 # Dev-Editor's main program
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-04-16
+# Last modified: 2005-04-22
 #
 
 use strict;
@@ -87,7 +87,7 @@ if($newfile ne '' && $newfile !~ /^\s+$/)
 
  unless(-r $new_physical && -w $new_physical && -x $new_physical)
  {
-  abort($config->{'errors'}->{'dir_no_create'},'/',{DIR => $new_virtual});
+  abort($config->{'errors'}->{'dir_no_create'},'/',{DIR => encode_html($new_virtual)});
  }
 
  # Create the physical and the virtual path

patrick-canterino.de