1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

fix security bug

This commit is contained in:
Mzhelskiy Maxim 2011-04-06 09:18:39 +00:00
parent 094a96b42b
commit 3be7b39b4b

View file

@ -212,7 +212,7 @@ class ModuleText extends Module {
}
}
return array($sTextShort,$sTextNew,$sTextCut);
return array($sTextShort,$sTextNew,htmlspecialchars($sTextCut));
}
}
?>