Hello, This patch fixes the update status icon which are not displayed when using Chrome Web Browser.
The bugzilla is opened to Satellite, but the same issue happens in Spacewalk (nightly build) as well. Cheers, Marcelo -- Marcelo Moreira de Mello <mme...@redhat.com> Red Hat Inc.
From: Marcelo Moreira de Mello <mme...@redhat.com> Date: Tue, 5 Apr 2011 17:30:03 -0300 Subject: [PATCH] 693889 - fix the update status icon not displayed in Chrome browser --- .../fragments/systems/group_listdisplay.jspf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/java/code/webapp/WEB-INF/pages/common/fragments/systems/group_listdisplay.jspf b/java/code/webapp/WEB-INF/pages/common/fragments/systems/group_listdisplay.jspf index 21fa04c..209258b 100644 --- a/java/code/webapp/WEB-INF/pages/common/fragments/systems/group_listdisplay.jspf +++ b/java/code/webapp/WEB-INF/pages/common/fragments/systems/group_listdisplay.jspf @@ -29,7 +29,7 @@ styleclass="center" headerclass="thin-column"> - <c:out value="<a href=\"/network/systems/groups/errata_list.pxt?sgid=${current.id}\"" escapeXml="false" /> + <c:out value="<a href=\"/network/systems/groups/errata_list.pxt?sgid=${current.id}\">" escapeXml="false"/> <c:choose> <c:when test="${current.mostSevereErrata == 'Security Advisory'}"> -- 1.7.1
_______________________________________________ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel