Community
Participate
Working Groups
There's a problem with your web resource editor. For org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties it shows: <form>\<br /> <li style='text' value='1.' bindent='5'><a href='action.synchronize'>Synchronize</a> this configuration with the product''s defining plug-in.</li>\<br /> <li style='text' value='2.' bindent='5'>Test the product by launching a runtime instance of it:</li>{0}</form> instead of <form>\ <li style="text" value="1." bindent="5"><a href="action.synchronize">Synchronize</a> this configuration with the product''s defining plug-in.</li>\ <li style="text" value="2." bindent="5">Test the product by launching a runtime instance of it:</li>{0}</form> New line character changes into <br />, " into '.
Created attachment 108993 [details] patch "double quotes changed to single quotes" should be a problem during import. Strings in the database already have singles. I opened a separate bug 242942 to track that. htmlspecialchars(nl2br($line['string_value'])) caused the <br> tags to be displayed. Changing that to nl2br(htmlspecialchars($line['string_value'])) will correct the display of the strings. Patch released to staging server.
fixed
*** Bug 227363 has been marked as a duplicate of this bug. ***