diff options
Diffstat (limited to 'web/html/template.php')
-rw-r--r-- | web/html/template.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/template.php b/web/html/template.php index 2a870ec..291041c 100644 --- a/web/html/template.php +++ b/web/html/template.php @@ -16,4 +16,6 @@ html_footer("\$Id$"); # Use the $Id$ keyword # NOTE: when checking in a new file, use # 'svn propset svn:keywords "Id" filename.php' # to tell svn to expand the "Id" keyword. + +# vim: ts=2 sw=2 et ft=php ?> |