Fix typo: <img -> <img>
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Thu, 18 Aug 2011 14:43:46 -0600
changeset 542 992829ab15c4
parent 541 6eb58844702b
child 543 3ba5534ca807
Fix typo: <img -> <img>
editing.html
source.html
--- a/editing.html	Thu Aug 18 13:43:19 2011 -0600
+++ b/editing.html	Thu Aug 18 14:43:46 2011 -0600
@@ -6570,17 +6570,18 @@
 <ul>
   <li><a href=#invisible>Invisible</a> nodes are removed before anything else happens.
 
-  <li>An <code title="">&lt;a&gt;</code> gets removed if you backspace while the
-  cursor is right after it, so the link disappears.
-
-  <li>A <code title="">&lt;br&gt;</code> or <code title="">&lt;hr&gt;</code> or <code title="">&lt;img</code> gets deleted.
+  <li>An <code title="">&lt;a&gt;</code> gets removed if you backspace while the cursor is right
+  after it, so the link disappears.
+
+  <li>A <code title="">&lt;br&gt;</code> or <code title="">&lt;hr&gt;</code> or <code title="">&lt;img&gt;</code> gets deleted.
 
   <li>Backspacing at the start of most blocks merges with the previous block.
   (Visually, this is a matter of deleting a line break.)
 
   <li>Backspacing at the start of an <a href=#indentation-element>indentation element</a>, or an
-  <code title="">&lt;li&gt;</code> or <code title="">&lt;dt&gt;</code> or <code title="">&lt;dd&gt;</code> that's at the beginning of a list, outdents the current
-  block (rather than merging with the previous block).
+  <code title="">&lt;li&gt;</code> or <code title="">&lt;dt&gt;</code> or <code title="">&lt;dd&gt;</code> that's at the beginning of a
+  list, outdents the current block (rather than merging with the previous
+  block).
 
   <li>Backspacing at the start of a table cell does nothing.
 
--- a/source.html	Thu Aug 18 13:43:19 2011 -0600
+++ b/source.html	Thu Aug 18 14:43:46 2011 -0600
@@ -6621,19 +6621,18 @@
 <ul>
   <li><span>Invisible</span> nodes are removed before anything else happens.
 
-  <li>An <code title>&lt;a></code> gets removed if you backspace while the
-  cursor is right after it, so the link disappears.
-
-  <li>A <code title>&lt;br></code> or <code title>&lt;hr></code> or <code
-  title>&lt;img</code> gets deleted.
+  <li>An {{code|<a>}} gets removed if you backspace while the cursor is right
+  after it, so the link disappears.
+
+  <li>A {{code|<br>}} or {{code|<hr>}} or {{code|<img>}} gets deleted.
 
   <li>Backspacing at the start of most blocks merges with the previous block.
   (Visually, this is a matter of deleting a line break.)
 
   <li>Backspacing at the start of an <span>indentation element</span>, or an
-  <code title>&lt;li></code> or <code title>&lt;dt></code> or <code
-  title>&lt;dd></code> that's at the beginning of a list, outdents the current
-  block (rather than merging with the previous block).
+  {{code|<li>}} or {{code|<dt>}} or {{code|<dd>}} that's at the beginning of a
+  list, outdents the current block (rather than merging with the previous
+  block).
 
   <li>Backspacing at the start of a table cell does nothing.