mirror of
https://github.com/filp/whoops.git
synced 2026-09-02 21:47:17 +00:00
Merge pull request #380 from trvrnrth/typo-fix
Fix copy to clipboard tooltip typo in header
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
</ul>
|
||||
|
||||
<span id="plain-exception"><?php echo $tpl->escape($plain_exception) ?></span>
|
||||
<button id="copy-button" class="clipboard" data-clipboard-text="<?php echo $tpl->escape($plain_exception) ?>" title="Copy exception details to clipabord">
|
||||
<button id="copy-button" class="clipboard" data-clipboard-text="<?php echo $tpl->escape($plain_exception) ?>" title="Copy exception details to clipboard">
|
||||
COPY
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user