MINOR: set template comments to be off by default. Ticket #3726

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@85715 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2009-09-04 01:31:40 +00:00
parent fcd7511bbb
commit 1063e5048c

View File

@ -52,7 +52,7 @@ class SSViewer extends Object {
/**
* @var boolean $source_file_comments
*/
protected static $source_file_comments = true;
protected static $source_file_comments = false;
/**
* Set whether HTML comments indicating the source .SS file used to render this page should be