Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18988

HTML5 Palette should insert a newline after <!DOCTYPE html>

XMLWordPrintable

      1. Create the following html file:

      <html>
      </html>
      

      2. Drag&Drop JS/CSS item from jQueryMobile group
      3. Failure: The following code is inserted:

      <!DOCTYPE html><html>
      <head>
      	<meta name="viewport" content="width=device-width, initial-scale=1">
      	<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css" />
      	<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
      	<script src="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script>
      </head>
      <body>
      
      </body>
      </html>
      

      Assert: A new line should be inserted after the <!DOCTYPE html>:

      <!DOCTYPE html>
      <html>
      ...
      </html>
      

            dazarov_jira Daniel Azarov (Inactive)
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: