mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 08:34:12 +01:00
Use entities in xmlns attributes where missing.
--HG-- extra : rebase_source : 9c46da3c53e76ed33a3839e7c59acacbd0ee7805
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Autocommands"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="autocommands">Automatic commands</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Browsing"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="surfing browsing">Browsing</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Buffer"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="buffer document">Buffer</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Command-line"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="command-line-mode command-line mode-cmdline">Command-line mode</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
@@ -247,7 +248,7 @@
|
||||
<dd>
|
||||
This is the most basic quoting character. When it is encountered
|
||||
outside of single or double quotes, it forces the next character to be
|
||||
interpreted literally. So, for instance, <tt>\\</tt> ⇒ <tt>\</tt>,
|
||||
interpreted literally. So, for instance, <tt>\\</tt> ⇒ <tt>\</tt>,
|
||||
<tt>\'</tt> ⇒ <tt>'</tt>, <tt>\a</tt> ⇒ <tt>a</tt>, and
|
||||
<tt>\␣</tt> ⇒ <tt>␣</tt>.
|
||||
</dd>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
title="&dactyl.appName; Developer information"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="developer-information developer">Developer information</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Expression Evaluation"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="expression expr eval javascript">Expression evaluation</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:dactyl="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="gui">&dactyl.host;'s GUI</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Hints"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="quick-hints hints">Hints</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Index"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="index">Index</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Insert Mode"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="insert-mode insert mode-insert">Insert mode</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Key Mappings"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="keyboard-shortcuts">Keyboard shortcuts and commands</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Marks"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="marks">Marks</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:dactyl="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="messages">Error and informational messages</h1>
|
||||
|
||||
<tags>message-history</tags>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
title="&dactyl.appName; Options"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="options">Options</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Patterns"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="text-search-commands">Text search commands</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Printing"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="printing">Printing</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Repeating Commands"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="repeating">Repeating commands</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Starting"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="starting">Starting &dactyl.appName;</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Styling"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="styling">Styling the GUI and web pages</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Tabs"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1 tag="tabs buffers">Tabs and buffers</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
title="&dactyl.appName; Other"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<h1>Other help</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user