Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dret committed Apr 21, 2017
1 parent 58db7de commit c324dc9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion spec/input-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "Input Events"
---

<p>Old Name/id for
<p>Old name/id for
<a href="input-events-1">Input Events Level 1 (
<code>input-events-1</code>)
</a>.
Expand Down
2 changes: 1 addition & 1 deletion spec/navigation-error-logging.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "Navigation Error Logging"
---

<p>Old Name/id for
<p>Old name/id for
<a href="network-error-logging">Network Error Logging (
<code>network-error-logging</code>)
</a>.
Expand Down
2 changes: 1 addition & 1 deletion spec/powerful-features.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "Privileged Contexts"
---

<p>Old Name/id for
<p>Old name/id for
<a href="secure-contexts">Secure Contexts (
<code>secure-contexts</code>)
</a>.
Expand Down
2 changes: 1 addition & 1 deletion spec/raw-sockets.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "Raw Sockets"
---

<p>Old Name/id for
<p>Old name/id for
<a href="tcp-udp-sockets">TCP and UDP Socket API (
<code>tcp-udp-sockets</code>)
</a>.
Expand Down
2 changes: 1 addition & 1 deletion spec/service-workers.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "Service Workers"
---

<p>Old Name/id for
<p>Old name/id for
<a href="service-workers-1">Service Workers 1 (
<code>service-workers-1</code>)
</a>.
Expand Down
2 changes: 1 addition & 1 deletion spec/url.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "URL"
---

<p>Old Name/id for
<p>Old name/id for
<a href="url-1">URL (
<code>url-1</code>)
</a>.
Expand Down
2 changes: 1 addition & 1 deletion spec/web-alarms.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "Web Alarms API Specification"
---

<p>Old Name/id for
<p>Old name/id for
<a href="task-scheduler">Task Scheduler API Specification (
<code>task-scheduler</code>)
</a>.
Expand Down
2 changes: 1 addition & 1 deletion spec/web-animations.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "Web Animations"
---

<p>Old Name/id for
<p>Old name/id for
<a href="web-animations-1">Web Animations (
<code>web-animations-1</code>)
</a>.
Expand Down
2 changes: 1 addition & 1 deletion xml2jekyll.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<xsl:value-of select="old/@title"/>
<xsl:text>"&#xa;</xsl:text>
<xsl:text>---&#xa;&#xa;</xsl:text>
<p>Old Name/id for <a href="{new/@id}"><xsl:value-of select="new/@title"/> (<code><xsl:value-of select="new/@id"/></code>)</a>.</p>
<p>Old name/id for <a href="{new/@id}"><xsl:value-of select="new/@title"/> (<code><xsl:value-of select="new/@id"/></code>)</a>.</p>
<br/>
<hr/>
<br/>
Expand Down

0 comments on commit c324dc9

Please sign in to comment.