Skip to content

Commit 554e23d

Browse files
Fix HTML syntax errors
Ensure to close a paragraph before opening a list, and fix a broken closing a tag.
1 parent 559f299 commit 554e23d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: templates/base/cocpage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>Translations</h1>
1212
{%for l in "pages/about/policies/coc"|list_templates|dictsort:"lower"%}
1313
<li><span lang="{{l}}"><a href="/about/policies/coc/{{l}}/">{{l|languagename}}</a></span></li>
1414
{%endfor%}
15-
<li><a href="/about/policies/coc-translations/">How to Translate<a/></li>
15+
<li><a href="/about/policies/coc-translations/">How to Translate</a></li>
1616
</ul>
1717
<h1>Committee</h1>
1818
<ul>

Diff for: templates/pages/support.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44

55
<h1>Support <i class="fa fa-question-circle"></i></h1>
66

7-
<p>PostgreSQL has a wide variety of community and commercial support options available for users, including:
7+
<p>PostgreSQL has a wide variety of community and commercial support options available for users, including:</p>
88
<ul>
99
<li><a href="/docs/">Documentation</a></li>
1010
<li>The <a href="/community/">Community</a> section, which details the support options available to users from the PostgreSQL community</li>
1111
<li><a href="/list/">Mailing Lists</a></li>
1212
<li><a href="/community/irc/">IRC</a></li>
1313
<li><a href="https://postgres-slack.herokuapp.com" target="_blank" rel="noopener">Slack</a></li>
1414
</ul>
15-
</p>
1615

1716
<p><a href="/support/professional_support/">Commercial support</a> is also available from one of the many companies providing <a href="/support/professional_support/">professional services</a>
1817
to the PostgreSQL community. A list of companies that provide <a href="/support/professional_hosting/">PostgreSQL-specific hosting</a> is

0 commit comments

Comments
 (0)