diff options
Diffstat (limited to 'src/interop_subtitle_asset.cc')
| -rw-r--r-- | src/interop_subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.cc b/src/interop_subtitle_asset.cc index cfd37cb8..99511222 100644 --- a/src/interop_subtitle_asset.cc +++ b/src/interop_subtitle_asset.cc @@ -102,7 +102,7 @@ InteropSubtitleAsset::xml_as_string () const subtitles_as_xml (root, 250, INTEROP); - return doc.write_to_string ("UTF-8"); + return doc.write_to_string_formatted ("UTF-8"); } void |
