From 06bdf8a4cfe9087573494c0b782a33d1e28ac043 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 10 Aug 2010 16:54:36 -0700 Subject: atom auto-discover, fix image preloading in ajax --- mod/update_network.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mod/update_network.php') diff --git a/mod/update_network.php b/mod/update_network.php index 18c630fdf..1c790ead1 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -1,5 +1,6 @@ \r\n"; echo (($_GET['msie'] == 1) ? '
' : '
'); - echo str_replace("\t",' ',network_content($a,true)); + + + $text = network_content($a,true); + $pattern = "/]*) src=\"([^\"]*)\"/"; + $replace = "' : '
'); echo "\r\n"; killme(); -- cgit v1.2.3