summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.php b/init.php
index 90d01a8..aabb251 100644
--- a/init.php
+++ b/init.php
@@ -38,8 +38,9 @@ class Zz_Text_Cached extends Plugin {
$local_url = get_self_url_prefix() . '/public.php?op=cached_url&hash=' . sha1($url);
$elem->setAttribute("href", $local_url);
- $elem->nodeValue = "";
- $elem->appendChild($doc->createTextNode($local_url));
+
+ /*$elem->nodeValue = "";
+ $elem->appendChild($doc->createTextNode($local_url));*/
$found = true;
}