mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-11 23:27:24 +00:00
Improve code in bundle_lister.py
Modifies extractor function to remove duplicate includes. - Revises pattern5 regex to include descriptions with special chars. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> Resolves consistency in rows for template. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com> Closes #378. Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr></tr>
|
||||
{% for d in data %}
|
||||
{% if d.url %}
|
||||
<tr id="bundle">
|
||||
|
||||
Reference in New Issue
Block a user