Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
<scratchsig><script>location='https://www.youtube.com/watch?v=dQw4w9W…
Browse files Browse the repository at this point in the history
  • Loading branch information
Naleksuh committed Sep 15, 2020
1 parent 3f1af08 commit 4160a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScratchSig2.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function sigGetAvatarUrl ($username) {
// Called to output HTML for <scratchsig> tag

function sigRenderTag ($input, array $args, Parser $parser, PPFrame $frame) {
$username = $input;
$username = htmlspecialchars($input);

$img_url = sigGetAvatarUrl($username);

Expand Down

0 comments on commit 4160a39

Please sign in to comment.