Commit d59c06ec by liuyingying

嗨呀, 又落了

parent ace06bcf
...@@ -153,11 +153,12 @@ ...@@ -153,11 +153,12 @@
{% for cve in cves %} {% for cve in cves %}
<ul> <ul>
<li class="cve_big_text"><a href="{{ cve.url }}">{{ cve.identifier }}</a></li> <li class="cve_big_text"><a href="{{ cve.url }}">{{ cve.identifier }}</a></li>
<li>{{ cve.bugType }}</li>
<li class="li_right">{{ cve.datetime }}</li> <li class="li_right">{{ cve.datetime }}</li>
<li class="li_right">{{ cve.software }}</li> <li class="li_right">{{ cve.software }}</li>
<li class="li_long li_small_text">{{ cve.description }}</li> <li class="li_right">{{ cve.bugType }}</li>
<li class="li_long li_small_text">{{ cve.description }}</li>
</ul> </ul>
{% endfor %} {% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment