From 00cb5c8d20f45f573ececfec45676b646e3033b2 Mon Sep 17 00:00:00 2001 From: Abs62 Date: Fri, 7 Dec 2012 20:08:09 +0400 Subject: [PATCH] Fix commit faad6d2 (lost quotes) --- dsl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl.cc b/dsl.cc index 305fd15f..e7d0c932 100644 --- a/dsl.cc +++ b/dsl.cc @@ -821,7 +821,7 @@ string DslDictionary::nodeToHtml( ArticleDom::Node const & node ) result += string( "" + "\""" + + "width=\"" + QString::number( maxPictureWidth).toStdString() + "\"/>" + ""; } else