Advertisement
martyychang

Invalid HTML script injection by Visualforce

Oct 23rd, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <title>Invalid HTML script injection by Visualforce</title>
  6.     </head>
  7.     <body>
  8.         <p>Copy and paste this code into the official W3C Markup Validation Service:
  9.         http://validator.w3.org/#validate_by_input+with_options</p>
  10.     </body>
  11. </html>
  12. <script type="text/javascript">
  13.     // This is effectively where Salesforce is adding a script element
  14.     // automatically, with no way for the developer to intervene or
  15.     // correctly place the script element to conform with HTML standards
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement