diff options
author | Jonathan S. Katz | 2018-11-04 15:14:03 +0000 |
---|---|---|
committer | Jonathan S. Katz | 2018-11-04 15:14:03 +0000 |
commit | 48c4f053d209fe28f5429f25291201c2d25cf3dd (patch) | |
tree | 4ea5e8dc6bc3cca56a8416fccb79833cc2ae5363 | |
parent | b46293c57283f1eed9778c08ed711ce3f4d02610 (diff) |
Fix <i> to be <em> on CoC page.
<i> is just used for icons; <em> is used for italicizing text.
-rw-r--r-- | templates/pages/about/policies/coc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/about/policies/coc.html b/templates/pages/about/policies/coc.html index ecc6a6a3..42f5dc66 100644 --- a/templates/pages/about/policies/coc.html +++ b/templates/pages/about/policies/coc.html @@ -4,7 +4,7 @@ <h1>Code of Conduct <i class="fas fa-gavel"></i></h1> -<p><i>Last updated: August 18, 2018</i></p> +<p><em>Last updated: August 18, 2018</em></p> <h2>Introduction</h2> |