diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 15:18:26 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 15:18:26 -0800 |
commit | 7d5acef20a0d285dbacaefb04052d669acb63db5 (patch) | |
tree | 46dfb40cab9cb41d1f27a13d0125e108d9209510 /view/tpl | |
parent | cda8fb338068ff8d5393580ee0cb15f8b080fb6f (diff) | |
download | volse-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-x | view/tpl/conv_item.tpl | 2 |
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">×</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"> |