From c2e2d3ae222a55086bed95d897c6e8c50b066c37 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 25 Mar 2010 22:00:44 +0000 Subject: Converting all line endings to unix style. git-svn-id: http://code.elgg.org/elgg/trunk@5512 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/likes.php | 78 +++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'views/default/annotation/likes.php') diff --git a/views/default/annotation/likes.php b/views/default/annotation/likes.php index 8b3505482..4cf27e82b 100644 --- a/views/default/annotation/likes.php +++ b/views/default/annotation/likes.php @@ -1,40 +1,40 @@ -owner_guid); - -?> -
-
- $owner, - 'size' => 'tiny' - )); - ?> -
- -
- canEdit()) { - ?> - - $vars['url'] . "action/likes/delete?annotation_id=" . $vars['annotation']->id, - 'text' => elgg_echo('remove'), - 'confirm' => elgg_echo('deleteconfirm') - )); - ?> - - -

- name; ?> " . friendly_time($vars['annotation']->time_created) . ""; ?> -

-
+owner_guid); + +?> +
+
+ $owner, + 'size' => 'tiny' + )); + ?> +
+ +
+ canEdit()) { + ?> + + $vars['url'] . "action/likes/delete?annotation_id=" . $vars['annotation']->id, + 'text' => elgg_echo('remove'), + 'confirm' => elgg_echo('deleteconfirm') + )); + ?> + + +

+ name; ?> " . friendly_time($vars['annotation']->time_created) . ""; ?> +

+
\ No newline at end of file -- cgit v1.2.3