Continue cleaning up 'copy mid' link in article header.

This commit is contained in:
Retro_Guy 2024-02-28 18:51:45 -07:00
parent e570f1df9b
commit ac845dfed3
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ function show_header_short($head, $group, $local_poster = false)
// Copy MID to clipboard (requires js)
?>
<p id="<?php echo $head->id; ?>" style="position: absolute; z-index: -9999;"><?php echo htmlspecialchars($head->id); ?></p>
&nbsp;<a href="#" onclick="CopyToClipboard('<?php echo $head->id; ?>');return false;"><i>copy mid</i></a>
&nbsp;<a href="#" onclick="CopyToClipboard('<?php echo $head->id; ?>');return false;" style="text-decoration: none" title="Copy message-id to clipboard"><i>copy mid</i></a>
<?php
$ngroups = preg_replace("/\,|\ /", "\t", $head->newsgroups);