Code re-formatting (#1071)

This commit is contained in:
Cønstantine Kovalensky 2023-11-09 20:03:11 +04:00 committed by GitHub
commit 951cebe815
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -66,6 +66,7 @@ if (isset($tor['creation date']) && is_numeric($tor['creation date'])) {
echo <<<EOF echo <<<EOF
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<meta name="description" content="File list for topic - $topic_id"> <meta name="description" content="File list for topic - $topic_id">

View file

@ -169,7 +169,7 @@
<p class="small">{postrow.attach.tor_reged.FILESIZE}</p> <p class="small">{postrow.attach.tor_reged.FILESIZE}</p>
<p style="padding-top: 6px;"><input id="tor-filelist-btn" type="button" class="lite" value="{L_FILELIST}" /></p> <p style="padding-top: 6px;"><input id="tor-filelist-btn" type="button" class="lite" value="{L_FILELIST}" /></p>
<!-- IF postrow.attach.tor_reged.HASH_V2 --> <!-- IF postrow.attach.tor_reged.HASH_V2 -->
<p><a href="{PAGE_URL}&filelist=1" title = "File hashes" target="_blank">...</a></p> <p><a href="{PAGE_URL}&filelist=1" title = "File hashes | Detailed .torrent meta info" target="_blank">...</a></p>
<!-- ENDIF --> <!-- ENDIF -->
</td> </td>
</tr> </tr>