Skip to content

Commit db05b82

Browse files
committed
removal obsolete title attribute
1 parent 65fcf2e commit db05b82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/media-action/crop/layouts/field/calculator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
<output id="calc-output" for="aspect-ratio-calculator" class="font-monospace fs-5 text-success fw-bold user-select-all" style="cursor: pointer;" title="<?php echo Text::_('PLG_MEDIA-ACTION_CROP_RATIO_CALCULATOR_OUTPUT_TITLE_LABEL'); ?>">1.7777777777777777</output>
6565
</div>
6666
<button type="button" id="copy-calc-value" class="btn btn-success btn-sm"
67-
title="<?php echo Text::_('PLG_MEDIA-ACTION_CROP_RATIO_CALCULATOR_COPY_LABEL'); ?>"
6867
data-copied-icon="<?php echo htmlspecialchars($copiedIcon, ENT_QUOTES, 'UTF-8'); ?>"
6968
data-copied-text="<?php echo htmlspecialchars($copiedText, ENT_QUOTES, 'UTF-8'); ?>">
7069
<?php echo LayoutHelper::render('joomla.icon.iconclass', ['icon' => 'icon-copy']); ?>

0 commit comments

Comments
 (0)