Skip to content

Commit 8a61a09

Browse files
committed
Fix
1 parent 8d0f724 commit 8a61a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

300/312.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ index.py的代码不变,只修改模板index.html的代码,重点理解模
102102
<p>info[{{index}}] is {{element}}
103103
{% if element == "python" %} <!-- 增加了一个判断语句 -->
104104
<p> <b>I love this language--{{element}}</b></p>
105-
{% end %}
105+
{\% end %}
106106
{% end %}
107107

108108
{% if "qiwsir@gmail.com" in info %} <!-- 还是判断一下 -->

0 commit comments

Comments
 (0)