Module: appdb Branch: master Commit: 0ea7d306d8c558c97c2fbe1bff3404b07a00a021 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=0ea7d306d8c558c97c2fbe1bf...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Mon Feb 25 21:36:47 2008 +0100
Shorten page title to 'Wine AppDB - '
---
include/header.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/header.php b/include/header.php index 086c1e3..ec3dbd8 100644 --- a/include/header.php +++ b/include/header.php @@ -6,7 +6,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>Wine Application DB <?php echo $title; ?></title> + <title>Wine AppDB <?php echo $title; ?></title> <meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">