Skip to content

Commit d90e78c

Browse files
committed
Fix extraneous relurl in type-bound procedure list
Closes #705
1 parent a3b77dd commit d90e78c

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)