If statement prob

Can anybody tell me whats wrong here:

     <?php     if (isset($_GET["msg"])) { ?>
          <tr bgcolor="#E30A16"> 
            <td align="center" colspan="2"><?php include("admin/displayerror.php"); ?> </td>
          </tr>
          <?php } ?>

It’s a simple if statement. When it’s true, the tr will show… But for some reason, it throws away my whole table in Dreamweaver 8? It works if i test it locally? But i can’t see the table in dreamweaver?

Thanks!