mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 09:45:46 +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; 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>
|
||||
|
||||
Reference in New Issue
Block a user