diff options
Diffstat (limited to 'ext/fg')
| -rw-r--r-- | ext/fg/float.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ext/fg/float.html b/ext/fg/float.html index 89952524..e9f5acae 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -17,8 +17,8 @@          <div id="spinner" hidden><img src="/mixed/img/spinner.gif"></div>          <div id="navigation-header" class="navigation-header" hidden><div class="navigation-header-actions"> -            <button class="action-button action-previous"><img src="/mixed/img/source-term.svg" class="icon-image" title="Source term (Alt + B)" alt></button> -            <button class="action-button action-next"><img src="/mixed/img/source-term.svg" class="icon-image" title="Next term (Alt + F)" alt></button> +            <button class="action-button action-previous" data-icon="source-term" title="Source term (Alt + B)"></button> +            <button class="action-button action-next" data-icon="source-term" title="Next term (Alt + F)"></button>          </div></div><div class="navigation-header-spacer"></div>          <div id="definitions"></div> |