aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/export.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r--engine/lib/export.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php
index a44160758..aa7e7aa18 100644
--- a/engine/lib/export.php
+++ b/engine/lib/export.php
@@ -185,9 +185,9 @@
$end = "/>";
if ($body!="")
- $end = ">$body</{$ns}{$tag}>";
+ $end = ">$body</{$tag}>";
- return "<{$ns}{$tag} $attr" . $end . "\n";
+ return "<{$tag} $attr" . $end . "\n";
}
}