Skip to content

Commit 7ac6c25

Browse files
committed
fix bad HTML
1 parent 2bc4b10 commit 7ac6c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/tags-author.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ address to a `mailto:` link.
2424

2525
```js
2626
/**
27-
* @author Jane Smith <[email protected]>
27+
* @author Jane Smith &lt;jsmith@example.com>
2828
*/
2929
function MyClass() {}
3030
```

tags-author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2 id="overview">Overview</h2>
4646
<h2 id="examples">Examples</h2>
4747
<figure>
4848
<figcaption>Documenting the author of an item</figcaption><pre class="prettyprint lang-js"><code>/**
49-
* @author Jane Smith <jsmith@example.com>
49+
* @author Jane Smith &lt;[email protected]>
5050
*/
5151
function MyClass() {}
5252
</code></pre>

0 commit comments

Comments
 (0)