mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
Fix commit faad6d2
(lost quotes)
This commit is contained in:
parent
4b3453ee42
commit
00cb5c8d20
2
dsl.cc
2
dsl.cc
|
@ -821,7 +821,7 @@ string DslDictionary::nodeToHtml( ArticleDom::Node const & node )
|
||||||
result += string( "<a href=\"" ) + link + "\">"
|
result += string( "<a href=\"" ) + link + "\">"
|
||||||
+ "<img src=\"" + url.toEncoded().data()
|
+ "<img src=\"" + url.toEncoded().data()
|
||||||
+ "\" alt=\"" + Html::escape( filename ) + "\""
|
+ "\" alt=\"" + Html::escape( filename ) + "\""
|
||||||
+ "width=" + QString::number( maxPictureWidth).toStdString() + "/>"
|
+ "width=\"" + QString::number( maxPictureWidth).toStdString() + "\"/>"
|
||||||
+ "</a>";
|
+ "</a>";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue