diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 05:08:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 05:08:21 +0000 |
commit | 2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b (patch) | |
tree | c6aee35e8c830125d9fe109c92ffab20ff31c6ac /templates/show_install.inc.php | |
parent | 2799c89f58d389ac659c0bc414a86cb1454afd75 (diff) | |
download | ampache-2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b.tar.gz ampache-2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b.tar.bz2 ampache-2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b.zip |
more work for alpha2 release, clean up install and debug a bit
Diffstat (limited to 'templates/show_install.inc.php')
-rw-r--r-- | templates/show_install.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install.inc.php b/templates/show_install.inc.php index 799ba65b..7c2bce79 100644 --- a/templates/show_install.inc.php +++ b/templates/show_install.inc.php @@ -36,7 +36,7 @@ if (INSTALL != '1') { exit; } <div id="text-box"> <div class="notify"> - <strong><?php echo _('Requirements'); ?></strong> + <h3><?php echo _('Requirements'); ?></h3> <p> <?php echo _("This Page handles the installation of the Ampache database and the creation of the ampache.cfg.php file. Before you continue please make sure that you have the following pre-requisites"); ?> </p> |