-2

I have this code in my file index.phtml. This code is a part of a page:

<br/><br/>
<div id="view-content">
    <p>
        blablablablablablablabla
        <strong>
            blabla
        </strong>
        blabla
        <strong>
            blabla
        </strong>
    </p>
</div>

I use SonarQube and it displays this bug:

Remove the extra characters before the open tag

I don't understand this error message.

halfer
  • 19,824
  • 17
  • 99
  • 186
fatma_wings
  • 113
  • 1
  • 15

1 Answers1

0

I solved my problem. I use <?php //comments ?> in the begin of the page.

halfer
  • 19,824
  • 17
  • 99
  • 186
fatma_wings
  • 113
  • 1
  • 15