Skip to content

Commit 7e4ab60

Browse files
authored
Update README.md
Removed unnecessary line
1 parent 9923b6d commit 7e4ab60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ See the following visualforce page example which will generate an edit form for
9191
<apex:repeat value="{!layoutSection.layoutFields}" var="layoutField">
9292
<apex:inputField value="{!Account[layoutField.ApiName]}" rendered="{!not(layoutField.isPlaceHOlder)}" required="{!layoutField.required}" />
9393
<apex:pageblocksectionitem rendered="{!layoutField.isPlaceHolder}" >
94-
<apex:outputPanel ></apex:outputPanel>
9594
</apex:pageblocksectionitem>
9695
</apex:repeat>
9796

0 commit comments

Comments
 (0)