mirror of
https://github.com/scratchfoundation/mw-ScratchSig2.git
synced 2024-11-27 17:55:37 -05:00
Fix img size
This commit is contained in:
parent
fe96cf8d42
commit
5407d4bb5e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function sigRenderTag ($input, array $args, Parser $parser, PPFrame $frame) {
|
||||||
$o = '<br>'
|
$o = '<br>'
|
||||||
. '<span class="scratch-sig">'
|
. '<span class="scratch-sig">'
|
||||||
. '<a href="/wiki/User:'.$username.'">'
|
. '<a href="/wiki/User:'.$username.'">'
|
||||||
. '<img src="' . $img_url . '" width="21">'
|
. '<img src="' . $img_url . '" width="18px" height="18px">'
|
||||||
. '</a>'
|
. '</a>'
|
||||||
. ' '
|
. ' '
|
||||||
. '<a href="/wiki/User:'.$username.'">'
|
. '<a href="/wiki/User:'.$username.'">'
|
||||||
|
|
Loading…
Reference in a new issue