aboutsummaryrefslogtreecommitdiff
path: root/src/function/external_text_formatter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/external_text_formatter.cc')
-rw-r--r--src/function/external_text_formatter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function/external_text_formatter.cc b/src/function/external_text_formatter.cc
index de8a296..ccf7ee7 100644
--- a/src/function/external_text_formatter.cc
+++ b/src/function/external_text_formatter.cc
@@ -44,7 +44,7 @@ DomDocumentCache::document_ptr FunctionExternalTextFormatter::constructDocument(
std::string stdinText
) {
DomDocumentCache::document_ptr domDocument(
- DomDocumentCache::createDocument()
+ DomDocumentCache::createDocument("content")
);
boost::process::context context;