Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
unterminated string literal error
  • Firebug show this error in console when using profiler.
    Fix: change in display.php str_replace to $css = preg_replace("/[\r\n]+/", "",css_code
  • If you have this error then your files are stored with CRLF line-endings, which is against the coding standards. Use an editor that is capable of saving files with LF line-endings, and configure your git client properly. See http://help.github.com/line-endings/ for more information.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion