diff options
-rw-r--r-- | web/html/template.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/template.php b/web/html/template.php index 36d0b4c..6996475 100644 --- a/web/html/template.php +++ b/web/html/template.php @@ -11,7 +11,7 @@ print _("Hi, this is worth reading!")."<br/>\n"; html_footer("\$Id$"); # Use the $Id$ keyword - # NOTE: when checking in a new file, use the - # 'svn propset svn:keywords "Id" filename.php + # NOTE: when checking in a new file, use + # 'svn propset svn:keywords "Id" filename.php' # to tell svn to expand the "Id" keyword. ?> |