From: Friendika Date: Thu, 29 Sep 2011 05:32:39 +0000 (-0700) Subject: path for country.js - now in js directory X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26905751eacdda05499587e9b04cd175be93c0a2;p=friendica.git path for country.js - now in js directory --- diff --git a/mod/profiles.php b/mod/profiles.php index 5cc9fa38c4..f5f335c7e4 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -359,7 +359,7 @@ function profiles_content(&$a) { $a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl())); - $a->page['htmlhead'] .= ""; + $a->page['htmlhead'] .= ""; $f = get_config('system','birthday_input_format'); if(! $f)