aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-18 23:45:55 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-18 23:45:55 +0100
commitb2ad4e8c2a41fda822fb2c52d470aaddd4dd1102 (patch)
tree75caee6090971691ab9ac6a92caa731c36ecac88 /include
parent2bdf63d069954dcdcd211f519bdc7a1d8fee1295 (diff)
downloadvolse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.tar.gz
volse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.tar.bz2
volse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.zip
bs4 fixes
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 167b10846..f2b394556 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1929,7 +1929,7 @@ function get_responses($conv_responses,$response_verbs,$ob,$item) {
$ret[$v]['list'] = ((x($conv_responses[$v],$item['mid'])) ? $conv_responses[$v][$item['mid'] . '-l'] : '');
if(count($ret[$v]['list']) > MAX_LIKERS) {
$ret[$v]['list_part'] = array_slice($ret[$v]['list'], 0, MAX_LIKERS);
- array_push($ret[$v]['list_part'], '<a href="#" data-toggle="modal" data-target="#' . $v . 'Modal-'
+ array_push($ret[$v]['list_part'], '<a class="dropdown-item" href="#" data-toggle="modal" data-target="#' . $v . 'Modal-'
. (($ob) ? $ob->get_id() : $item['id']) . '"><b>' . t('View all') . '</b></a>');
} else {
$ret[$v]['list_part'] = '';