Skip to content

Commit 6d7a992

Browse files
committed
Fix REML documentation and help topic
* REML docs in Docs/Design/reml.html has duplicate ¢ character entity entry. * REML help topic was never updated for the new ' character entity. Fixes #131
1 parent b0d0726 commit 6d7a992

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Docs/Design/reml.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,10 +524,6 @@ <h1>
524524
<td><code>&amp;deg;</code></td>
525525
<td>°</td>
526526
</tr>
527-
<tr>
528-
<td><code>&amp;cent;</code></td>
529-
<td>¢</td>
530-
</tr>
531527
<tr>
532528
<td><code>&amp;laquo;</code></td>
533529
<td>«</td>

Src/Help/HTML/reml.htm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@ <h3 id="entities">
353353
<td><code>&amp;iquest;</code></td>
354354
<td class="centre">&iquest;</td>
355355
</tr>
356+
<tr>
357+
<td><code>&amp;apos;</code></td>
358+
<td class="centre">&apos;</td>
359+
</tr>
356360
</tbody>
357361
</table>
358362
<p>

0 commit comments

Comments
 (0)