Skip to content

Commit 226172b

Browse files
authored
Merge pull request #706 from Fortran-FOSS-Programmers/fix-formatting-in-type-bound-list
Fix extraneous `relurl` in type-bound procedure list
2 parents a3b77dd + d90e78c commit 226172b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ford/templates/macros.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,10 @@ <h4>Type-Bound Procedures</h4>
580580
<tr>
581581
<td>{{ bound_declaration(tb, link_name=True) }}</td>
582582
{% if not tb.external_url %}
583-
<td>{{ tb | meta('summary') | relurl(page_url) }}</td>
584-
{% endif %}
583+
<td>{{ tb | meta('summary') }}</td>
584+
{% endif %}
585585
</tr>
586-
{% endfor %}
586+
{% endfor %}
587587
</tbody>
588588
</table>
589589
{% endif %}

0 commit comments

Comments
 (0)