Skip to content

Commit

Permalink
SOS-972 Source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Park authored and brianchandotcom committed Apr 13, 2012
1 parent 6880f68 commit 626fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portlets/contacts-portlet/docroot/contacts_center/view.jsp
Expand Up @@ -121,7 +121,7 @@ portletURL.setWindowState(WindowState.NORMAL);
String filterByGroupId = ContactsConstants.FILTER_BY_GROUP + curGroup.getGroupId();
%>

<aui:option label="<%= HtmlUtil.escape(curGroup.getDescriptiveName(locale)) %>" selected='<%= filterBy.equals(filterByGroupId) %>' value="<%= filterByGroupId %>" />
<aui:option label="<%= HtmlUtil.escape(curGroup.getDescriptiveName(locale)) %>" selected='<%= filterBy.equals(filterByGroupId) %>' value="<%= filterByGroupId %>" />

<%
}
Expand Down

0 comments on commit 626fbab

Please sign in to comment.