[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-214-g005fd96

Emmanuel Lacour elacour at bestpractical.com
Thu Oct 1 12:28:01 EDT 2009


The branch, 3.8-trunk has been updated
       via  005fd96164c5fb2c0872993d62b4823176d77b0c (commit)
      from  6c815fdedee5096c1213d813fb4a4b881f41960c (commit)

Summary of changes:
 .../Admin/Tools/Shredder/Elements/Error/NoStorage  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 005fd96164c5fb2c0872993d62b4823176d77b0c
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Thu Oct 1 18:26:16 2009 +0200

    Fix: shredder NoStorage error message display escaped html

diff --git a/share/html/Admin/Tools/Shredder/Elements/Error/NoStorage b/share/html/Admin/Tools/Shredder/Elements/Error/NoStorage
index 9e38a09..5d857ca 100644
--- a/share/html/Admin/Tools/Shredder/Elements/Error/NoStorage
+++ b/share/html/Admin/Tools/Shredder/Elements/Error/NoStorage
@@ -55,5 +55,5 @@ $Path => ''
 	Title => 'Error',
 &>
 <div class="error">
-<% loc('Shredder needs a directory to write dumps to. Please check that you have <span class="file-path">[_1]</span> and it is writable by your web server.', $Path ) %>
+<% loc('Shredder needs a directory to write dumps to. Please check that you have <span class="file-path">[_1]</span> and it is writable by your web server.',  $m->interp->apply_escapes( $Path ) ) |n%>
 </div>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list