Skip to content

Commit 7dd9afa

Browse files
committed
Fix
1 parent 8a61a09 commit 7dd9afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

300/312.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ index.py的代码不变,只修改模板index.html的代码,重点理解模
103103
{% if element == "python" %} <!-- 增加了一个判断语句 -->
104104
<p> <b>I love this language--{{element}}</b></p>
105105
{\% end %}
106-
{% end %}
106+
{\% end %}
107107

108108
{% if "[email protected]" in info %} <!-- 还是判断一下 -->
109109
<p><b>A Ha, this the python lesson of LaoQi, It is good! His email is {{info[2]}}</b></p>
110-
{% end %}
110+
{\% end %}
111111
</body>
112112
</html>
113113

0 commit comments

Comments
 (0)