You need to sign in to do that
Don't have an account?
Error: <apex:page> is required and must be the outermost tag in the markup at line 1 column 1
when editing the vf page in firefox.
while is ok when editing in chrome
i.e. able to remove readOnly="true" from below code
<apex:page standardController="loan__Loan_Account__c" showHeader="false" sidebar="false" readOnly="true">
<apex:relatedList list="Cases__r" />
</apex:page>
The weird one.
Can you try doing the same for ay other saved VF page on FF..
I think there is some problem with my FF, as same error is occuring for all vf pages.