function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Prit KangPrit Kang 

Unable to edit html content in the body of visualforce component in patch org

We are working on a patch build in our patch org and trying to make some change in the html markup in a component. its a simple text change. Eg. we are changing <p>text1</p> to <p>text2</p>. 
The change does not involve changing any attribute of the component. 
We are not able to do this as when we try to save the component we are getting the following error 
"Managed Package Patch Modification Exception: A change was made to the patch release that will change the visible behavior of the application"
Also found a similar issue mentioned at http://salesforce.stackexchange.com/questions/3710/trying-to-update-a-component-in-patch-organization-says-managed-package-patch-mo

We created a case with salesforce but were asked to post on the developer forum. 

As far as we know this error should only show up if we are making any changes in the attribute of the component but here we just want to change some html markup in the component body. As per the above mentioned link if this is a platform bug, what can be done to get it resolved.

Thanks in advance
SonamSonam (Salesforce Developers) 
I've got your case which you have raised with Support and see it has been escalated for further review by Tier3.
Will followup on my end.