From 3a42725601885af3c7b25b376cd4c141c71968ee Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Tue, 17 Jun 2008 01:03:16 -0400 Subject: Remove all vim mode lines. Add HACKING file. Signed-off-by: Loui Chang --- web/html/template.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'web/html/template.php') diff --git a/web/html/template.php b/web/html/template.php index 6a158de..11e05e0 100644 --- a/web/html/template.php +++ b/web/html/template.php @@ -15,10 +15,6 @@ html_header(); # print out the HTML header print __("Hi, this is worth reading!")."
\n"; -html_footer(AUR_VERSION); # 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. +html_footer(AUR_VERSION); -# vim: ts=2 sw=2 et ft=php ?> -- cgit v1.2.3-54-g00ecf