Update nsfw.php

rm empty line
This commit is contained in:
Andy H 2018-03-15 18:05:30 +07:00 committed by GitHub
parent bcb5101677
commit 01af92077a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -167,4 +167,3 @@ function nsfw_prepare_body(&$a, &$b)
$b['html'] = '<div id="nsfw-wrap-' . $rnd . '" class="fakelink" onclick=openClose(\'nsfw-' . $rnd . '\'); >' . L10n::t('%s - Click to open/close', $word) . '</div><div id="nsfw-' . $rnd . '" style="display: none; " >' . $b['html'] . '</div>';
}
}