diff --git a/src/dict/website.cc b/src/dict/website.cc index f0a3e399..df8d0c37 100644 --- a/src/dict/website.cc +++ b/src/dict/website.cc @@ -336,15 +336,15 @@ sptr< DataRequest > WebSiteDictionary::getArticle( wstring const & str, result += string( "
this website dictionary is opened in the new tab
" ); } else { - fmt::format_to( std::back_inserter( result ), + fmt::format_to( std::back_inserter( result ), R"()", - getId(), - encodeUrl.toStdString(), - getId() ); + getId(), + encodeUrl.toStdString(), + getId() ); } auto dr = std::make_shared< DataRequestInstant >( true ); dr->appendString( result );