atom-beautify/examples/simple-jsbeautifyrc/visualforce/expected/basic-page.page

5 lines
143 B
Plaintext

<apex:page standardController="Contact">
<apex:sectionHeader title="{!contact.firstname}" subtitle="{!contact.account.name}"/>
</apex:page>