Empty commit

This commit is contained in:
Git 2013-01-30 08:00:20 +00:00
parent 312ebc3d9f
commit 1aa151a798
3 changed files with 5 additions and 3 deletions

View File

@ -324,8 +324,9 @@
<?
$Images = explode(" ", $Images);
foreach($Images as $Image) {
$Image = 'http'.($SSL?'s':'').'://'.SITE_URL.'/image.php?c=1&amp;i='.urlencode($Image);
?>
<img style="max-width: 200px;" onclick="lightbox.init(this,200);" src="<?=$Image?>" alt="<?=$Image?>" />
<img style="max-width: 200px;" onclick="lightbox.init(this,200);" src="<?=$Image?>" alt="Relevant image" />
<?
}
?>

View File

@ -471,8 +471,9 @@
<?
$Images = explode(" ", $Images);
foreach($Images as $Image) {
$Image = 'http'.($SSL?'s':'').'://'.SITE_URL.'/image.php?c=1&amp;i='.urlencode($Image);
?>
<img style="max-width: 200px;" onclick="lightbox.init(this,200);" src="<?=$Image?>" alt="<?=$Image?>" />
<img style="max-width: 200px;" onclick="lightbox.init(this,200);" src="<?=$Image?>" alt="Relevant image" />
<?
}
?>

View File

@ -507,8 +507,8 @@
$Tags = array_unique(explode(',', $Tags));
foreach($Tags as $Index => $Tag) {
$Tag = Misc::sanitize_tag($Tag);
$Tag = Misc::get_alias_tag($Tag);
$Tags[$Index] = $Tag; //For announce
$DB->query("INSERT INTO tags
(Name, UserID)
VALUES