From b9f221637bc98cc64bcbc6becb4ffa4a2706cb87 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 6 Sep 2014 00:48:00 -0700 Subject: and more ajax work --- mod/directory.php | 2 +- mod/photos.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'mod') diff --git a/mod/directory.php b/mod/directory.php index c2a71b680..d6dc8627c 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -216,7 +216,7 @@ function directory_content(&$a) { } else { - $o .= ""; + $o .= ""; $o .= replace_macros($tpl, array( '$search' => $search, '$desc' => t('Find'), diff --git a/mod/photos.php b/mod/photos.php index 3bc105ba1..5618ae4e6 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -730,7 +730,7 @@ function photos_content(&$a) { $rel=("photo"); // } - $o .= ""; + $o .= ""; $tmp = replace_macros($tpl,array( '$id' => $rr['id'], @@ -1223,7 +1223,7 @@ function photos_content(&$a) { killme(); } else { - $o .= ""; + $o .= ""; $tpl = get_markup_template('photos_recent.tpl'); $o .= replace_macros($tpl, array( '$title' => t('Recent Photos'), -- cgit v1.2.3