mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed title attributes on headings in editor toolbar
No ref
This commit is contained in:
parent
5407902577
commit
9b819698e8
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
<li class="ma0 lh-solid">
|
||||
<button
|
||||
type="button"
|
||||
title="Heading One"
|
||||
title="Heading 2"
|
||||
class="dib dim-lite link h9 w9 nudge-top--1"
|
||||
{{on "click" (fn this._toggleHeaderSection "h2")}}
|
||||
>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<li class="ma0 lh-solid">
|
||||
<button
|
||||
type="button"
|
||||
title="Heading Two"
|
||||
title="Heading 3"
|
||||
class="dib dim-lite link h9 w9 nudge-top--1"
|
||||
{{on "click" (fn this._toggleHeaderSection "h3")}}
|
||||
data-test-button="toolbar-h3"
|
||||
|
|
Loading…
Add table
Reference in a new issue