Commit a53fa3d7 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Fixed some browser incompatibilies.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9833 b35dd754-fafc-0310-a699-88a17e54d16e
parent dc16c7d9
......@@ -390,7 +390,7 @@
}
}
%><div class="jive-bottom-line"/><%
%><div class="jive-bottom-line"></div><%
if (lastBlogFeed != null && !lastBlogFeed.getEntries().isEmpty()) {
List entries = lastBlogFeed.getEntries();
......@@ -404,7 +404,7 @@
<fmt:message key="index.cs_blog.unavailable" />
<% }
%><div class="jive-bottom-line"/><%
%><div class="jive-bottom-line"></div><%
if (lastReleaseFeed != null && !lastReleaseFeed.getEntries().isEmpty()) {
List entries = lastReleaseFeed.getEntries();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment