Skip to content

Commit eb76e21

Browse files
committed
Merged in [10414] from rjsparks@nostrum.com:
Put possibly replaces sections in the right columns. Fixes ietf-tools#1802. - Legacy-Id: 10417 Note: SVN reference [10414] has been migrated to Git commit d97c29f
2 parents 471ed32 + d97c29f commit eb76e21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
{% if can_view_possibly_replaces %}
105105
{% if possibly_replaces %}
106106
<tr>
107+
<th></th>
107108
<th>Possibly Replaces</th>
108109
<td class="edit">
109110
{% if can_edit_replaces %}
@@ -118,6 +119,7 @@
118119

119120
{% if possibly_replaced_by %}
120121
<tr>
122+
<th></th>
121123
<th>Possibly Replaced By</th>
122124
<td class="edit">
123125
{% if can_edit_replaces %}

0 commit comments

Comments
 (0)