Skip to content

Commit

Permalink
ECMS-3283: Throw out exception when click Manage content publishing p…
Browse files Browse the repository at this point in the history
…rocess
  • Loading branch information
Quang Hong Nguyen committed Jan 9, 2012
1 parent 28bcab4 commit 1c0ed69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<table class="UIFormGrid">
<%for(inputInfo in uicomponent.getInputInfo()) {%>
<tr>
<td class="FieldLabel"><label for="<%=nputInfo.getId()%>"><%=inputInfo.getLabel()%></label></td>
<td class="FieldLabel"><label for="<%=inputInfo.getId()%>"><%=inputInfo.getLabel()%></label></td>
<%
UIFormInput uiInput = inputInfo.getInput();
%>
Expand Down

0 comments on commit 1c0ed69

Please sign in to comment.