1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-24 21:33:33 +01:00

Fix some help linking and exporting bugs.

This commit is contained in:
Kris Maglione
2010-09-29 10:56:58 -04:00
parent 2e2e87c627
commit 5477acfad6
13 changed files with 51 additions and 44 deletions

View File

@@ -178,7 +178,7 @@
line, you can use,
</p>
<code><ex>js</ex> &lt;&lt;<em>EOF</em>
<code><ex>:js</ex> &lt;&lt;<em>EOF</em>
<hl key="Object">var</hl> hello = <hl key="Key">function</hl> () {
alert(<str>Hello world</str>);
}