Minor CSS fix

This commit is contained in:
Sascha Leib
2025-09-20 11:58:58 +02:00
parent b8245a6350
commit 718ecceaef
2 changed files with 3 additions and 3 deletions

View File

@@ -1780,7 +1780,7 @@ BotMon.live = {
title.appendChild(makeElement('span', {'class': 'title'}, listTitle));
if (infolink) {
title.appendChild(makeElement('a', {
'class': 'info',
'class': 'ext_info',
'target': '_blank',
'href': infolink,
'title': "More information"