10382 Posts in 2196 Topics by 1711 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 726 Views |
-
Form Module (html comment issue)

20 April 2010 at 9:00pm Last edited: 20 April 2010 9:04pm
Hello guys!
I've been searching for a long time now, but i didn't solve my problem yet.
The thing is, although I set off the "dev" mode, there are still html comments in my code because of the form module.
Comments like this:
<!-- template /var/www/.../.../httpdocs/sapphire/templates/Includes/Form.ss -->I don't wan't this comments in my code.
How can I set them off?I also tried
"SSViewer::set_source_file_comments(false);"
but it didn't work.I really hope someone can help me how to solve my issue.
thanks a lot, martin
-
Re: Form Module (html comment issue)

21 April 2010 at 1:56pm
Putting this in my _config.php file and then flushing the page with ?flush=all worked for me:
SSViewer::set_source_file_comments(false);
If this isn't working for you, you could always try removing localhost and 127.0.0.1 from the dev_servers list
-
Re: Form Module (html comment issue)

21 April 2010 at 7:57pm
hello, big thanks!!.. it works
the key was the "?flush=all".
| 726 Views | ||
|
Page:
1
|
Go to Top |


