Code re-formatting (#1362)

This commit is contained in:
Cønstantine Kovalensky 2024-01-31 09:30:52 +04:00 committed by GitHub
commit eb48bad47b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,11 +185,11 @@ sup {
opacity: 0.97; opacity: 0.97;
} }
</style> </style>
<a href = "{$data['site_url']}{$data['topic_url']}" style = "font-family: Monospace; color: #569904;">&larr; Back to the topic</a> <a href="{$data['site_url']}{$data['topic_url']}" style="font-family: Monospace; color: #569904;">&larr; Back to the topic</a>
<center> <center>
<h2 style="color: #b3b3b3; font-family: Monospace;">Name: {$data['name']} | Date: {$data['date']} | Size: {$data['size']}</h2> <h2 style="color: #b3b3b3; font-family: Monospace;">Name: {$data['name']} | Date: {$data['date']} | Size: {$data['size']}</h2>
<p> <p>
<p style= "font-family:Calibri;">Created by: <i title="Torrent client's name">{$data['client']}</i></p> <p style="font-family:Calibri;">Created by: <i title="Torrent client's name">{$data['client']}</i></p>
</p> </p>
<hr> <hr>
<table> <table>
@ -208,7 +208,7 @@ sup {
</tr> </tr>
{$allFiles} {$allFiles}
</table> </table>
<p style = "color: gray; font-family: Calibri Light">Generated by <a href = "https://github.com/torrentpier/torrentpier" target="_blank" referrerpolicy="origin" title = "Bull-powered BitTorrent tracker engine">TorrentPier</a></p> <p style="color: gray; font-family: Calibri Light">Generated by <a href="https://github.com/torrentpier/torrentpier" target="_blank" referrerpolicy="origin" title="Bull-powered BitTorrent tracker engine">TorrentPier</a></p>
</center> </center>
</body> </body>
</html> </html>