summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/LanguageTag/LanguageTag.body.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/LanguageTag/LanguageTag.body.php')
-rw-r--r--www/wiki/extensions/LanguageTag/LanguageTag.body.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/wiki/extensions/LanguageTag/LanguageTag.body.php b/www/wiki/extensions/LanguageTag/LanguageTag.body.php
index cac5e356..38023174 100644
--- a/www/wiki/extensions/LanguageTag/LanguageTag.body.php
+++ b/www/wiki/extensions/LanguageTag/LanguageTag.body.php
@@ -31,7 +31,9 @@ class LanguageTag
// This function is helpful in checking against the passed Language
public static function LanguageTagCheck($input, $lang) {
- $output= htmlspecialchars($input);
+ // $output= htmlspecialchars($input);
+ // Hacemos este cambio para poder meter código HTML en las paginas traducidas
+ $output = $input;
global $wgLang;