ep_table_of_contents 0.3.128 → 0.3.129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_table_of_contents",
3
- "version": "0.3.128",
3
+ "version": "0.3.129",
4
4
  "description": "View a table of contents for your pad",
5
5
  "author": {
6
6
  "name": "John McLear",
@@ -1,6 +1,6 @@
1
1
  <li data-key="ep_table_of_contents-toggle" data-type="button" onClick="toggleToc();">
2
2
  <a id="ep_table_of_contents-a" data-l10n-id="ep_table_of_contents.toc.title">
3
- <button class="buttonicon buttonicon-insertunorderedlist" data-l10n-id="ep_table_of_contents.toc.title"></button>
3
+ <button class="buttonicon buttonicon-insertunorderedlist" aria-label="Table of Contents" data-l10n-id="ep_table_of_contents.toc.title"></button>
4
4
  </a>
5
5
  </li>
6
6
  <li class="separator"></li>