This commit is contained in:
yu juehun
2017-02-14 13:40:49 +08:00
parent 1b9d7518c9
commit cd1c8f41b8
2 changed files with 2 additions and 1 deletions

View File

@@ -21,4 +21,4 @@
height: 100%;
display: block;
background-color: rgba(0, 0, 0, 0.5);
}
}

View File

@@ -13129,6 +13129,7 @@ else
alt_text = escapeCharacters(attributeEncode(alt_text), "*_[]()");
url = escapeCharacters(url, "*_");
var result = "<img src=\"" + url + "\" alt=\"" + alt_text + "\"";
// attacklab: Markdown.pl adds empty title attributes to images.
// Replicate this bug.