Explorar el Código

Fix indendation

rugk hace 8 años
padre
commit
904f0de245
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      tpl/bootstrap.php

+ 3 - 3
tpl/bootstrap.php

@@ -472,9 +472,9 @@ endif;
 					<?php
 					<?php
 					if (strlen($URLSHORTENER)):
 					if (strlen($URLSHORTENER)):
 					?>
 					?>
-											<button id="shortenbutton" data-shortener="<?php echo htmlspecialchars($URLSHORTENER); ?>" type="button" class="btn btn-<?php echo $isDark ? 'warning' : 'primary'; ?>">
-												<span class="glyphicon glyphicon-send" aria-hidden="true"></span> <?php echo I18n::_('Shorten URL'), PHP_EOL; ?>
-											</button>
+						<button id="shortenbutton" data-shortener="<?php echo htmlspecialchars($URLSHORTENER); ?>" type="button" class="btn btn-<?php echo $isDark ? 'warning' : 'primary'; ?>">
+							<span class="glyphicon glyphicon-send" aria-hidden="true"></span> <?php echo I18n::_('Shorten URL'), PHP_EOL; ?>
+						</button>
 					<?php
 					<?php
 					endif;
 					endif;
 					?>
 					?>