mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
fix misspelling from Headline
This commit is contained in:
parent
f4ee2bac03
commit
8649be0e56
1 changed files with 2 additions and 2 deletions
|
@ -79,12 +79,12 @@
|
||||||
</li>
|
</li>
|
||||||
<li class="separator"></li>
|
<li class="separator"></li>
|
||||||
<li onClick="window.pad&&pad.editbarClick('heading1');return false;" >
|
<li onClick="window.pad&&pad.editbarClick('heading1');return false;" >
|
||||||
<a title="Haedline Level 1">
|
<a title="Headline Level 1">
|
||||||
<div class="buttonicon" style="background-position:0px -452px"></div>
|
<div class="buttonicon" style="background-position:0px -452px"></div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li onClick="window.pad&&pad.editbarClick('heading2');return false;" >
|
<li onClick="window.pad&&pad.editbarClick('heading2');return false;" >
|
||||||
<a title="Haedline Level 2">
|
<a title="Headline Level 2">
|
||||||
<div class="buttonicon" style="background-position:0px -436px"></div>
|
<div class="buttonicon" style="background-position:0px -436px"></div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue