mirror of
https://github.com/macports/macports-webapp.git
synced 2026-07-13 03:18:42 -07:00
Hide port long description with full stop
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% if d == ld %}
|
||||
{% if d == ld or d|add:"." == ld %}
|
||||
<br>
|
||||
{% else %}
|
||||
<p class="my-0 pt-0" id="long_description">{{ ld }}</p>
|
||||
|
||||
Reference in New Issue
Block a user