aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/export.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-30 15:26:48 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-30 15:26:48 +0000
commitdf57177721d5a06fcb3069a97b7da78c24d2fae4 (patch)
treec7df4b1c1d8ddd1bf67be64814b1895a08376b14 /engine/lib/export.php
parent46fc19c79fcd51bfdd86642bbdea7b2910a59a23 (diff)
downloadelgg-df57177721d5a06fcb3069a97b7da78c24d2fae4.tar.gz
elgg-df57177721d5a06fcb3069a97b7da78c24d2fae4.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Minor tweak: removed $ns references from ODD __toString() git-svn-id: https://code.elgg.org/elgg/trunk@583 36083f99-b078-4883-b0ff-0f9b5a30f544
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";
}
}