mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-23 05:04:14 +00:00
fix identicon padding
This commit is contained in:
parent
c723ce85b1
commit
edf9149654
@ -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…
x
Reference in New Issue
Block a user