mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-9729-xss-en-busqueda-de-libreria-de-modulos' into 'develop'
Fix module library XSS See merge request artica/pandorafms!5233
This commit is contained in:
commit
d99ccaba9e
@ -154,8 +154,10 @@ $(document).ready(function() {
|
||||
|
||||
if (selector == "search") {
|
||||
$("#search_title_result h2").append(
|
||||
"<span class='pandora_green_text'>" + search_modules + "</span>"
|
||||
"<span class='pandora_green_text' id='search_string'></span>"
|
||||
);
|
||||
|
||||
$("#search_string").text(search_modules);
|
||||
}
|
||||
|
||||
if (total_posts < 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user