summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-15 13:12:02 +0300
committerAndrew Dolgov <[email protected]>2010-11-15 13:12:02 +0300
commit6e4f4ce14bb2ce14fbc73cb8b0fe82f3aa059f24 (patch)
tree897b38ccb22c1e280b941e21b697447659452e4f /backend.php
parent2f01fe57a8d37767827d6db42850aef86a767c53 (diff)
remove modalbox; use dijit.Dialog; further dojo-related updates
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index e03e6a272..ee68d9779 100644
--- a/backend.php
+++ b/backend.php
@@ -295,9 +295,9 @@
}
if (!$next_unread_feed) {
- print "<headlines id=\"$feed\" is_cat=\"$cat_view\"><![CDATA[";
+ print "<headlines id=\"$feed\" is_cat=\"$cat_view\">";
} else {
- print "<headlines id=\"$next_unread_feed\" is_cat=\"$cat_view\"><![CDATA[";
+ print "<headlines id=\"$next_unread_feed\" is_cat=\"$cat_view\">";
}
$override_order = false;
@@ -346,7 +346,7 @@
$disable_cache = $ret[3];
$vgroup_last_feed = $ret[4];
- print "]]></headlines>";
+ print "</headlines>";
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("05", $timing_info);