]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Template/Plugin/HTMLFixes.pm
Lx-Office heißt nun kivitendo
[kivitendo-erp.git] / SL / Template / Plugin / HTMLFixes.pm
index 32d3c56835cd71ed856226355f6aeb75fcc5e97e..5c62078292c4d6170484a45fd445b117d9a6d713 100644 (file)
@@ -12,7 +12,7 @@ use Encode;
 
 # Replacement for Template::Plugin::HTML::url.
 
-# Strings in Lx-Office are stored in Perl's internal encoding but have
+# Strings in kivitendo are stored in Perl's internal encoding but have
 # to be output as UTF-8. A normal regex replace doesn't do that
 # creating invalid UTF-8 characters upon URL-unescaping.