xss in screenshots (bug 625221)
This commit is contained in:
Родитель
998b39b4d9
Коммит
4e8b07b84c
|
@ -235,7 +235,7 @@
|
|||
$('#lightbox-container-image-data-box').slideDown('fast');
|
||||
$('#lightbox-image-details-caption').hide();
|
||||
if ( settings.imageArray[settings.activeImage][1] ) {
|
||||
$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();
|
||||
$('#lightbox-image-details-caption').text(settings.imageArray[settings.activeImage][1]).show();
|
||||
}
|
||||
// If we have a image set, display 'Image X of X'
|
||||
if ( settings.imageArray.length > 1 ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче