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

Fixed some browsers imcompatibilies.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/openfire_3_4_5@9835 b35dd754-fafc-0310-a699-88a17e54d16e
parent fce98249
......@@ -382,7 +382,7 @@
}
}
%><div class="jive-bottom-line"/><%
%><div class="jive-bottom-line"></div><%
if (lastBlogFeed != null && !lastBlogFeed.getEntries().isEmpty()) {
List entries = lastBlogFeed.getEntries();
......@@ -396,7 +396,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();
......
......@@ -394,7 +394,7 @@
<span class="jive-description">
<fmt:message key="ssl.certificates.ca-reply" />
</span>
<textarea name="reply" cols="40" rows="3" style="width:100%;font-size:8pt;" wrap="virtual"/>
<textarea name="reply" cols="40" rows="3" style="width:100%;font-size:8pt;" wrap="virtual"></textarea>
</td>
<td valign="bottom">
<input type="submit" name="install" value="<fmt:message key="global.save" />">
......
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