summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/emf-inout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/emf-inout.cpp b/src/extension/internal/emf-inout.cpp
index e1b20ee23..295bbd5ea 100644
--- a/src/extension/internal/emf-inout.cpp
+++ b/src/extension/internal/emf-inout.cpp
@@ -2775,7 +2775,7 @@ std::cout << "BEFORE DRAW"
<< "\"\n";
ts << " >";
ts << escaped_text;
- ts << " </tspan>";
+ ts << "</tspan>";
ts << "</text>\n";
*(d->outsvg) += ts.str().c_str();