فهرست منبع

apply StyleCI

El RIDO 5 سال پیش
والد
کامیت
e6e985d92d
2فایلهای تغییر یافته به همراه12 افزوده شده و 12 حذف شده
  1. 6 6
      tpl/bootstrap.php
  2. 6 6
      tpl/page.php

+ 6 - 6
tpl/bootstrap.php

@@ -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::_($NAME),
-								'%s', '%s'
-							),
-							'<i>', '</i>'), ' ', $INFO, PHP_EOL;
-						?>
+                            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),
+                                '%s', '%s'
+                            ),
+                            '<i>', '</i>'), ' ', $INFO, PHP_EOL;
+                        ?>
 					</p>
 					</p>
 				</div>
 				</div>
 			</footer>
 			</footer>

+ 6 - 6
tpl/page.php

@@ -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::_($NAME),
-						'%s', '%s'
-					),
-					'<i>', '</i>'), ' ', $INFO;
-				?>
+                    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),
+                        '%s', '%s'
+                    ),
+                    '<i>', '</i>'), ' ', $INFO;
+                ?>
 				<br />
 				<br />
 <?php
 <?php
 if (strlen($NOTICE)):
 if (strlen($NOTICE)):