Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ckanext/harvest/templates/snippets/job_error_summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% for error in summary %}
<tr>
<td class="count">{{ error["error_count"] }}</td>
<td>{{ error["message"] }}</td>
<td><pre style="padding:0">{{ error["message"] }}</pre></td>
</tr>
{% endfor %}
</tbody>
Expand Down