Skip to content

Commit 420098c

Browse files
committed
Merged [5424] from ietf@augustcellars.com:
Close the image tag. An empty image tag displays on IE although it does not display on Firefox. - Legacy-Id: 5458 Note: SVN reference [5424] has been migrated to Git commit 2c81011
2 parents 139bc1a + 2c81011 commit 420098c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/ietfworkflows/stream_state.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if draft %}
22
<div class="stream_state">
3-
<div class="stream_state_more" style="float: left; margin: 1px 0.5em 0 0;"><a href="{% url stream_history draft.filename %}" class="show_stream_info" title="Stream information for {{ draft.filename }}" style="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0;"><img src="/images/plus.png" style="margin: 0; padding: 0; border:0;"><img></a></div>
3+
<div class="stream_state_more" style="float: left; margin: 1px 0.5em 0 0;"><a href="{% url stream_history draft.filename %}" class="show_stream_info" title="Stream information for {{ draft.filename }}" style="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0;"><img src="/images/plus.png" style="margin: 0; padding: 0; border:0;"></img></a></div>
44
{% if stream %}
55
{% if state %}{{ state.name }}{% else %}{{ stream }}{% endif %}
66
{% else %}

ietf/templates/ietfworkflows/stream_state_redesign.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if doc %}
22
<div class="stream_state">
3-
<div class="stream_state_more" style="float: left; margin: 1px 0.5em 0 0;"><a href="{% url stream_history doc.name %}" class="show_stream_info" title="Stream information for {{ doc.name }}" style="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0;"><img src="/images/plus.png" style="margin: 0; padding: 0; border:0;"><img></a></div>
3+
<div class="stream_state_more" style="float: left; margin: 1px 0.5em 0 0;"><a href="{% url stream_history doc.name %}" class="show_stream_info" title="Stream information for {{ doc.name }}" style="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0;"><img src="/images/plus.png" style="margin: 0; padding: 0; border:0;"></img></a></div>
44
{% if stream %}
55
{% if state %}{{ state.name }}{% else %}{{ stream }}{% endif %}
66
{% else %}

0 commit comments

Comments
 (0)