aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-07-09 00:12:35 +0300
committerGravatar GitHub <[email protected]>2021-07-09 00:12:35 +0300
commitbdc492f79880b3ebb7be6e15020142e44c8dbdd6 (patch)
tree2d6bc7d6d6deca22cd050d4d481f629d78a793e7 /pydis_site
parentChange wording in The Code Style Guide (diff)
Escape HTML in The Code Style Guide
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/events/pages/code-jams/the-code-style-guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html
index a26a973c..4258cd94 100644
--- a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html
+++ b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html
@@ -161,7 +161,7 @@
</code>
</pre>
<p>
- You should prefer using <code><item one> is not <item two></code> over <code>not <item one> is <item two></code>.
+ You should prefer using <code>&lt;item one&gt; is not &lt;item two&gt;</code> over <code>not &lt;item one&gt; is &lt;item two&gt;</code>.
Using second makes it harder to understand the expression.
</p>
<pre>