Commit bb12863185780d42a6aada055df7c856c1351850
1 parent
13f3dd76
Exists in
master
and in
22 other branches
versioned_article: remove extra </div>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views/content_viewer/versioned_article.html.erb
| @@ -23,7 +23,6 @@ | @@ -23,7 +23,6 @@ | ||
| 23 | <p id="no-current-version"> | 23 | <p id="no-current-version"> |
| 24 | <%= _('This is not the latest version of this content.') %> | 24 | <%= _('This is not the latest version of this content.') %> |
| 25 | </p> | 25 | </p> |
| 26 | -</div> | ||
| 27 | 26 | ||
| 28 | <% version_license = @page.version_license(@version) %> | 27 | <% version_license = @page.version_license(@version) %> |
| 29 | <%# This seemingly doubled verification exists because the article-sub-header | 28 | <%# This seemingly doubled verification exists because the article-sub-header |