Fix bug: Invalid HTML when website thumbnails are activated
This commit is contained in:
parent
d8ee343473
commit
645f21b1a9
@ -13,6 +13,6 @@ $thumbnailHash = md5(
|
||||
$address . $GLOBALS['thumbnailsUserId'] . $GLOBALS['thumbnailsKey']
|
||||
);
|
||||
//echo '<a href="'. $address .'"'. $rel .' ><img class="thumbnail" src="http://www.artviper.net/screenshots/screener.php?url='.$address.'&w=120&sdx=1280&userID='.$GLOBALS['thumbnailsUserId'].'&hash='.$thumbnailHash.'" />';
|
||||
echo '<img class="thumbnail" onclick="window.location.href=\''.$address.'\'" src="http://www.artviper.net/screenshots/screener.php?url='.$address.'&w=120&sdx=1280&userID='.$GLOBALS['thumbnailsUserId'].'&hash='.$thumbnailHash.'" />';
|
||||
echo '<img class="thumbnail" onclick="window.location.href=\''.htmlspecialchars($address).'\'" src="http://www.artviper.net/screenshots/screener.php?url='.htmlspecialchars($address).'&w=120&sdx=1280&userID='.$GLOBALS['thumbnailsUserId'].'&hash='.$thumbnailHash.'" />';
|
||||
|
||||
?>
|
@ -15,6 +15,7 @@ ChangeLog for SemantiScuttle
|
||||
- Fix bug #3436624: Wrong URL for Delicious API when importing
|
||||
- Fix bug #3463481: RSS feed show warnings in feedvalidator.org
|
||||
- Fix bug #3384416: Use URL with protocol in bookmarklet
|
||||
- Fix bug: Invalid HTML when website thumbnails are activated
|
||||
- Implement request #3403609: fr_CA translation update
|
||||
- Implement patch #3476011: PostgreSQL tables can not be initialized
|
||||
(Frédéric Fauberteau [triaxx])
|
||||
|
Loading…
Reference in New Issue
Block a user