mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fixed version strings.
Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by: tardo <tardo@nagi-fanboi.net>
This commit is contained in:
parent
6e49512b4e
commit
881b921eb3
10 changed files with 15 additions and 14 deletions
|
@ -15,7 +15,7 @@ html_header(); # print out the HTML header
|
|||
print __("Hi, this is worth reading!")."<br />\n";
|
||||
|
||||
|
||||
html_footer("\$Id$"); # Use the $Id$ keyword
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue