diff options
author | eric <eric> | 2004-06-18 18:48:13 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-18 18:48:13 +0200 |
commit | d92682fbfdd9dec43939678b3c5b80c512f148d3 (patch) | |
tree | 46849f9e2e30eef1cffd7b505f1c14a12a0b9c9b /web | |
parent | 96b812adc4acb1b1f3a79e396fa291847be78b44 (diff) | |
download | aur-d92682fbfdd9dec43939678b3c5b80c512f148d3.tar.gz aur-d92682fbfdd9dec43939678b3c5b80c512f148d3.tar.xz |
Diffstat (limited to 'web')
-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 36d0b4cf..69964751 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. ?> |