templates/mainpage_get.html: remove superfluous ()

WangXuan-Highlight-Pronounce
Lan Hui 2022-01-27 12:48:25 +08:00
parent edb801b95e
commit 42356c222d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<input type="reset" value="清除"/> <input type="reset" value="清除"/>
</form> </form>
{% if d_len > 0 %} {% if d_len > 0 %}
<p><b>最常见的词()</b></p> <p><b>最常见的词</b></p>
{% for x in lst if x[1]>99 %} {% for x in lst if x[1]>99 %}
<a href="http://youdao.com/w/eng/{{x[0]}}/#keyfrom=dict2.index">{{x[0]}}</a> {{x[1]}} <a href="http://youdao.com/w/eng/{{x[0]}}/#keyfrom=dict2.index">{{x[0]}}</a> {{x[1]}}
{% endfor %} {% endfor %}