aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-09 15:18:26 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-09 15:18:26 -0800
commit7d5acef20a0d285dbacaefb04052d669acb63db5 (patch)
tree46dfb40cab9cb41d1f27a13d0125e108d9209510 /view/tpl
parentcda8fb338068ff8d5393580ee0cb15f8b080fb6f (diff)
downloadvolse-hubzilla-7d5acef20a0d285dbacaefb04052d669acb63db5.tar.gz
volse-hubzilla-7d5acef20a0d285dbacaefb04052d669acb63db5.tar.bz2
volse-hubzilla-7d5acef20a0d285dbacaefb04052d669acb63db5.zip
remove list bullets from extended like list
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 4782f827b..0d375400c 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -177,7 +177,7 @@
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title">{{$response.title}}</h4>
</div>
- <div class="modal-body">
+ <div class="modal-body response-list">
<ul>{{foreach $response.list as $liker}}<li role="presentation">{{$liker}}</li>{{/foreach}}</ul>
</div>
<div class="modal-footer clear">