1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-07 01:54:16 +01:00

Remove php close tag from end of file.

See also http://stackoverflow.com/questions/4410704/php-closing-tag
This commit is contained in:
Bart Visscher 2012-09-07 14:20:58 +02:00
parent 4f919e91f3
commit 739c86b734

View File

@ -64,4 +64,3 @@ $requesttoken = $_['requesttoken'];
} else { } else {
echo $l->t('The temporary image has been removed from cache.'); echo $l->t('The temporary image has been removed from cache.');
} }
?>