rugk 8 лет назад
Родитель
Сommit
904f0de245
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      tpl/bootstrap.php

+ 3 - 3
tpl/bootstrap.php

@@ -472,9 +472,9 @@ endif;
 					<?php
 					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
 					endif;
 					?>