summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_qinq.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_qinq.php')
-rwxr-xr-xusr/local/www/interfaces_qinq.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_qinq.php b/usr/local/www/interfaces_qinq.php
index a177d5b..5c6fa64 100755
--- a/usr/local/www/interfaces_qinq.php
+++ b/usr/local/www/interfaces_qinq.php
@@ -122,7 +122,12 @@ include("head.inc");
<?=htmlspecialchars($qinq['tag']);?>
</td>
<td class="listr">
- <?=htmlspecialchars($qinq['members']);?>
+ <?php
+ if (strlen($qinq['members']) > 20)
+ echo substr(htmlspecialchars($qinq['members']), 1, 20) . "...";
+ else
+ echo htmlspecialchars($qinq['members']);
+ ?>
</td>
<td class="listbg">
<?=htmlspecialchars($qinq['descr']);?>&nbsp;
OpenPOWER on IntegriCloud