mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
another small fix to the help page
This commit is contained in:
parent
639b208f80
commit
6bf33a415a
3 changed files with 5 additions and 5 deletions
|
@ -898,9 +898,9 @@ register_module([
|
||||||
<tr><td><code>
|
<tr><td><code>
|
||||||
---
|
---
|
||||||
</code></td><td><hr /></td></tr>
|
</code></td><td><hr /></td></tr>
|
||||||
<tr><tds><code> - One
|
<!--<tr><tds><code> - One
|
||||||
- Two
|
- Two
|
||||||
- Three</code></td><td><ul><li>One</li><li>Two</li><li>Three</li></ul></td></tr>
|
- Three</code></td><td><ul><li>One</li><li>Two</li><li>Three</li></ul></td></tr>-->
|
||||||
<tr><td><code>![Alt text](//starbeamrainbowlabs.com/favicon-small.png)</code></td><td><img src='//starbeamrainbowlabs.com/favicon-small.png' alt='Alt text' /></td></code>
|
<tr><td><code>![Alt text](//starbeamrainbowlabs.com/favicon-small.png)</code></td><td><img src='//starbeamrainbowlabs.com/favicon-small.png' alt='Alt text' /></td></code>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "Adds the help action. You really want this one.",
|
"description": "Adds the help action. You really want this one.",
|
||||||
"id": "page-help",
|
"id": "page-help",
|
||||||
"lastupdate": 1432661040
|
"lastupdate": 1432661123
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Page list",
|
"name": "Page list",
|
||||||
|
|
|
@ -35,9 +35,9 @@ register_module([
|
||||||
<tr><td><code>
|
<tr><td><code>
|
||||||
---
|
---
|
||||||
</code></td><td><hr /></td></tr>
|
</code></td><td><hr /></td></tr>
|
||||||
<tr><tds><code> - One
|
<!--<tr><tds><code> - One
|
||||||
- Two
|
- Two
|
||||||
- Three</code></td><td><ul><li>One</li><li>Two</li><li>Three</li></ul></td></tr>
|
- Three</code></td><td><ul><li>One</li><li>Two</li><li>Three</li></ul></td></tr>-->
|
||||||
<tr><td><code>![Alt text](//starbeamrainbowlabs.com/favicon-small.png)</code></td><td><img src='//starbeamrainbowlabs.com/favicon-small.png' alt='Alt text' /></td></code>
|
<tr><td><code>![Alt text](//starbeamrainbowlabs.com/favicon-small.png)</code></td><td><img src='//starbeamrainbowlabs.com/favicon-small.png' alt='Alt text' /></td></code>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue