Fix commit faad6d2 (lost quotes)

This commit is contained in:
Abs62 2012-12-07 20:08:09 +04:00
parent 4b3453ee42
commit 00cb5c8d20

2
dsl.cc
View file

@ -821,7 +821,7 @@ string DslDictionary::nodeToHtml( ArticleDom::Node const & node )
result += string( "<a href=\"" ) + link + "\">"
+ "<img src=\"" + url.toEncoded().data()
+ "\" alt=\"" + Html::escape( filename ) + "\""
+ "width=" + QString::number( maxPictureWidth).toStdString() + "/>"
+ "width=\"" + QString::number( maxPictureWidth).toStdString() + "\"/>"
+ "</a>";
}
else