diff options
author | friendica <info@friendica.com> | 2012-06-25 21:39:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-25 21:39:07 -0700 |
commit | d32d0e21544ffc487042f855280f05ba63651e7d (patch) | |
tree | 2bc7ea557c9f7912438c48e58428e1cc235aadf5 /include/datetime.php | |
parent | 78ede4744ff17c564f7104731c152672138f3efb (diff) | |
download | volse-hubzilla-d32d0e21544ffc487042f855280f05ba63651e7d.tar.gz volse-hubzilla-d32d0e21544ffc487042f855280f05ba63651e7d.tar.bz2 volse-hubzilla-d32d0e21544ffc487042f855280f05ba63651e7d.zip |
typos
Diffstat (limited to 'include/datetime.php')
-rw-r--r-- | include/datetime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime.php b/include/datetime.php index e3e9b9dbf..75ae685f3 100644 --- a/include/datetime.php +++ b/include/datetime.php @@ -448,7 +448,7 @@ function update_contact_birthdays() { */ $bdtext = sprintf( t('%s\'s birthday'), $rr['name']); - $bdtext2 = sprintf( t('Happy Birthday %s'), ' [url=' . $rr['url'] . ']' . $rr['name'] . '[/url]' ; + $bdtext2 = sprintf( t('Happy Birthday %s'), ' [url=' . $rr['url'] . ']' . $rr['name'] . '[/url]') ; |