Skip to content

Commit 50d4ea1

Browse files
authored
🔀 Merge pull request #49 from davep/improve-html-validity-redux
Improve HTML validity (redux)
2 parents e50b3af + 82a71bf commit 50d4ea1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
**Released: WiP**
66

77
- Cleaned up all HTML validity warnings.
8-
([#48](https://github.com/davep/ng2web/pull/48))
8+
([#48](https://github.com/davep/ng2web/pull/48),
9+
[#49](https://github.com/davep/ng2web/pull/49))
910

1011
## v1.4.0
1112

src/ng2web/templates/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% block content %}
88

99
<h1>About {{ None|title }}</h1>
10-
<hr />
10+
<hr>
1111
<pre>
1212
{% for line in guide.credits %}
1313
{{ line|toHTML }}

0 commit comments

Comments
 (0)