Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 9, 2023
1 parent 0c25b78 commit 328a1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dict/dsl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ string DslDictionary::nodeToHtml( ArticleDom::Node const & node )

string maxWidthStyle = " style=\"max-width:100%;\" ";

result +=
string("<img src=\"") + url.toEncoded().data() + "\" " + maxWidthStyle + " alt=\"" + Html::escape( filename ) + "\"/>";
result += string( "<img src=\"" ) + url.toEncoded().data() + "\" " + maxWidthStyle + " alt=\""
+ Html::escape( filename ) + "\"/>";
}
else if ( Filetype::isNameOfVideo( filename ) ) {
QUrl url;
Expand Down

0 comments on commit 328a1f4

Please sign in to comment.