apply StyleCI

This commit is contained in:
El RIDO 2021-03-07 19:56:19 +01:00
parent 42e609e66f
commit e6e985d92d
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
2 changed files with 12 additions and 12 deletions

View File

@ -579,12 +579,12 @@ endif;
<p class="col-md-1 col-xs-4 text-center"><?php echo $VERSION; ?></p> <p class="col-md-1 col-xs-4 text-center"><?php echo $VERSION; ?></p>
<p id="aboutbox" class="col-md-6 col-xs-12"> <p id="aboutbox" class="col-md-6 col-xs-12">
<?php echo sprintf( <?php echo sprintf(
I18n::_('%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted %sin the browser%s using 256 bits AES.', I18n::_('%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted %sin the browser%s using 256 bits AES.',
I18n::_($NAME), I18n::_($NAME),
'%s', '%s' '%s', '%s'
), ),
'<i>', '</i>'), ' ', $INFO, PHP_EOL; '<i>', '</i>'), ' ', $INFO, PHP_EOL;
?> ?>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -77,12 +77,12 @@ endif;
<header> <header>
<div id="aboutbox"> <div id="aboutbox">
<?php echo sprintf( <?php echo sprintf(
I18n::_('%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted %sin the browser%s using 256 bits AES.', I18n::_('%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted %sin the browser%s using 256 bits AES.',
I18n::_($NAME), I18n::_($NAME),
'%s', '%s' '%s', '%s'
), ),
'<i>', '</i>'), ' ', $INFO; '<i>', '</i>'), ' ', $INFO;
?> ?>
<br /> <br />
<?php <?php
if (strlen($NOTICE)): if (strlen($NOTICE)):