aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/views/default/annotation/page.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-27 15:15:43 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-27 15:15:43 +0000
commit5026cb1b92ccd679bf9a425b1c9be401ab56eed7 (patch)
tree971ddded6ce551dcfb7022ab0d1d6db362bc0dfa /mod/pages/views/default/annotation/page.php
parentdbdf001b867cb686beb6113d329eaa42b02ed4ca (diff)
downloadelgg-5026cb1b92ccd679bf9a425b1c9be401ab56eed7.tar.gz
elgg-5026cb1b92ccd679bf9a425b1c9be401ab56eed7.tar.bz2
introducing elgg-subtext as replacement for elgg-list-subtitle and elgg-subtitle
git-svn-id: http://code.elgg.org/elgg/trunk@7950 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/pages/views/default/annotation/page.php')
-rw-r--r--mod/pages/views/default/annotation/page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/views/default/annotation/page.php b/mod/pages/views/default/annotation/page.php
index 87d32e23b..f7a7a78a1 100644
--- a/mod/pages/views/default/annotation/page.php
+++ b/mod/pages/views/default/annotation/page.php
@@ -34,7 +34,7 @@ $subtitle = elgg_echo('pages:revision:subtitle', array($date, $owner_link));
$body = <<< HTML
<h3>$title_link</h3>
-<p class="elgg-subtitle">$subtitle</p>
+<p class="elgg-subtext">$subtitle</p>
HTML;
echo elgg_view_image_block($icon, $body); \ No newline at end of file