dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #26695] </body> error in eclipse


From: anonymous
Subject: [Dolibarr-bugtrack] [bug #26695] </body> error in eclipse
Date: Wed, 27 May 2009 10:14:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042513 Firefox/8.04 (hardy) Firefox/3.0.10

URL:
  <http://savannah.nongnu.org/bugs/?26695>

                 Summary: </body> error in eclipse 
                 Project: Dolibarr
            Submitted by: None
            Submitted on: Wed 27 May 2009 10:14:03 AM UTC
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 2.5
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The </body> is in html and <body> in PHP. 

The code is working but it gives an error in eclipse in
htdocs/asterix/wrapper.php. Realese 2.6.1.

Solve it by changing:

}
?>
</body>
</html>

to

}
echo '</body>'."n";
?>
</html>



Im just evaluating Dolibarr and I hope this info is usefull. 





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?26695>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]