#11836 fix style for error on #11219

This commit is contained in:
Jonathan 2023-08-04 13:46:57 +02:00
parent 2a4500bd16
commit e5f72058a7
1 changed files with 1 additions and 1 deletions

View File

@ -492,6 +492,6 @@ echo '</div>';
<?php
if (get_user_language($config['id_user']) == 'es') {
?>
console.log($('#icon_god-extensions').find('span').attr('style', 'text-wrap: nowrap;'));
$('#icon_god-extensions').find('span').attr('style', 'text-wrap: nowrap;');
<?php } ?>
</script>