1
0
Fork 1

Make preview links open in new tab

pull/15/head
mdPlusPlus 3 years ago
parent b4da875da7
commit 1477861ff1

@ -43,7 +43,7 @@
</td>
<td class="td_users"><?=$room->active_users?></td>
<td class="td_preview">
<a href="<?=$room->preview_link?>">
<a href="<?=$room->preview_link?>" target="_blank" rel="noopener noreferrer">
<?php if (str_starts_with($room->preview_link, 'http://')): ?>
<span class="protocol-indicator protocol-http">HTTP</span>
<?php endif; ?>