Merge pull request #12 from adrexia/html

BUG: malformed html causing rendering issues in IE8
This commit is contained in:
Julian Seidenberg 2013-03-19 17:28:06 -07:00
commit bde2880812

View File

@ -42,9 +42,9 @@
<span class="step-label">
<% if useFieldContext %>
<span class="flyout">2</span><span class="arrow"></span>
<span class="title">Edit Document Details</span>
<strong class="title">Edit Document Details</strong>
<% else %>
<label>Selected Document</strong>
<label>Selected Document</label>
<% end_if %>
</span>
</div>