diff options
author | xgizzmo <xgizzmo@ampache> | 2005-08-13 21:55:09 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-08-13 21:55:09 +0000 |
commit | be06d6de81799dd879ff878fb1babe8d80cc2fe9 (patch) | |
tree | 33d624adb0d6e86073c2d9c6d29a4566576b28ae /templates/show_alphabet_form.inc.php | |
parent | c3bcd9b2bd77e642f201838bc1cb17ec56d1690f (diff) | |
download | ampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.tar.gz ampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.tar.bz2 ampache-be06d6de81799dd879ff878fb1babe8d80cc2fe9.zip |
HTML clean up
Diffstat (limited to 'templates/show_alphabet_form.inc.php')
-rw-r--r-- | templates/show_alphabet_form.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_alphabet_form.inc.php b/templates/show_alphabet_form.inc.php index 383683b6..b5e83bd9 100644 --- a/templates/show_alphabet_form.inc.php +++ b/templates/show_alphabet_form.inc.php @@ -28,7 +28,7 @@ ?> <form name="f" method="get" action="<?php echo conf('web_path') . "/$action"; ?>" enctype="multipart/form-data"> - <label for="match" accesskey="S"><?php echo $text; ?> + <label for="match" accesskey="S"><?php echo $text; ?></label> <input type="text" size="3" id="match" name="match" value="<?php echo $match; ?>" /> <input type="hidden" name="action" value="match" /> </form> |