Remove superfluous '\n' after converting xdxf to html

This commit is contained in:
Abs62 2012-09-23 13:58:39 +04:00
parent 83bdb1db6f
commit 405c2b50ee

View file

@ -337,7 +337,7 @@ string convert( string const & in, DICT_TYPE type, map < string, string > const
// DPRINTF( "Result>>>>>>>>>>: %s\n\n\n", dd.toByteArray().data() );
return dd.toByteArray().data();
return dd.toString(-1).remove('\n').toUtf8().data();
}
}