|
|
@@ -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;
|
|
|
?>
|