|
@@ -493,7 +493,7 @@ class HyperDown
|
|
|
$title = empty($title) ? $escaped : " title=\"{$title}\"";
|
|
|
|
|
|
return $this->makeHolder(
|
|
|
- "<img src=\"{$url}\" alt=\"{$title}\" title=\"{$title}\">"
|
|
|
+ "<img src=\"{$url}!ys\" alt=\"{$title}\" title=\"{$title}\">"
|
|
|
);
|
|
|
},
|
|
|
$text
|
|
@@ -505,7 +505,7 @@ class HyperDown
|
|
|
$escaped = htmlspecialchars($this->escapeBracket($matches[1]));
|
|
|
|
|
|
$result = isset($this->_definitions[$matches[2]]) ?
|
|
|
- "<img src=\"{$this->_definitions[$matches[2]]}\" alt=\"{$escaped}\" title=\"{$escaped}\">"
|
|
|
+ "<img src=\"{$this->_definitions[$matches[2]]}!ys\" alt=\"{$escaped}\" title=\"{$escaped}\">"
|
|
|
: $escaped;
|
|
|
|
|
|
return $this->makeHolder($result);
|