mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
fix identicon padding
This commit is contained in:
parent
c723ce85b1
commit
edf9149654
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
||||||
<div class="margin-b-16">
|
<div class="margin-b-16">
|
||||||
<?php echo nl2br(htmlentities($magnetComment->value)) ?>
|
<?php echo nl2br(htmlentities($magnetComment->value)) ?>
|
||||||
</div>
|
</div>
|
||||||
<img class="float-left margin-r-8"
|
<img class="float-left margin-r-4"
|
||||||
alt=""
|
alt=""
|
||||||
src="<?php echo sprintf('%s/action.php?target=profile&toggle=identicon&userId=%s&size=16',
|
src="<?php echo sprintf('%s/action.php?target=profile&toggle=identicon&userId=%s&size=16',
|
||||||
WEBSITE_URL,
|
WEBSITE_URL,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue