We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c765cf commit f2fe677Copy full SHA for f2fe677
src/dict/xdxf2html.cc
@@ -658,6 +658,8 @@ string convert( string const & in,
658
el_script.setAttribute( "type", "text/javascript" );
659
parent.replaceChild( el_script, el );
660
661
+ el_script.appendChild( dd.createTextNode( "" ) );
662
+
663
addAudioLink( string( "\"" ) + url.toEncoded().data() + "\"", dictPtr->getId() );
664
665
QDomElement el_span = dd.createElement( "span" );
0 commit comments