aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/prep.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/prep.tpl')
-rw-r--r--view/tpl/prep.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl
index 924bea252..9ebe3ac54 100644
--- a/view/tpl/prep.tpl
+++ b/view/tpl/prep.tpl
@@ -12,7 +12,7 @@
</div>
<div class="prep-details">
<a href="{{$r.xchan_url}}" class="directory-profile-link" id="directory-profile-link-{{$r.xchan_hash}}" ><div class="contact-name">{{$r.xchan_name}}</div></a>
-<div class="rating-value">{{$rating_lbl}} {{$r.xlink_rating}}</div>
+<div class="rating-value">{{$rating_lbl}} <span class="prep-rating-value">{{$r.xlink_rating}}</span></div>
{{if $r.xlink_rating_text}}
<div class="rating-text">{{$rating_text_label}} {{$r.xlink_rating_text}}
</div>