]> git.p6c8.net - devedit.git/blobdiff - modules/Output.pm
When removing multiple files, just redirect if all files have been removed
[devedit.git] / modules / Output.pm
index 9ef361c8c926e5f940a2a8a1fce2832b35d88066..bf38904eefcd16f4da57c36970d32bb29fb0485d 100644 (file)
@@ -8,6 +8,14 @@ package Output;
 # Author:        Patrick Canterino <patrick@patshaping.de>
 # Last modified: 2005-04-22
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
 # Last modified: 2005-04-22
 #
+# Copyright (C) 1999-2000 Roland Bluethgen, Frank Schoenmann
+# Copyright (C) 2003-2009 Patrick Canterino
+# All Rights Reserved.
+#
+# This file can be distributed and/or modified under the terms of
+# of the Artistic License 1.0 (see also the LICENSE file found at
+# the top level of the Dev-Editor distribution).
+#
 
 use strict;
 
 
 use strict;
 
@@ -60,7 +68,7 @@ sub error($;$$)
  $tpl->read_file($tpl_error);
 
  $tpl->fillin('ERROR',$message);
  $tpl->read_file($tpl_error);
 
  $tpl->fillin('ERROR',$message);
- $tpl->fillin('BACK',$path);
+ $tpl->fillin('BACK',encode_html($path));
  $tpl->fillin('BACK_URL',escape($path));
  $tpl->fillin('SCRIPT',encode_html($ENV{'SCRIPT_NAME'}));
 
  $tpl->fillin('BACK_URL',escape($path));
  $tpl->fillin('SCRIPT',encode_html($ENV{'SCRIPT_NAME'}));
 

patrick-canterino.de