summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/customize_catalog.inc2
-rw-r--r--templates/show_mpdplay.inc10
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/customize_catalog.inc b/templates/customize_catalog.inc
index 05f6dea7..464149ad 100644
--- a/templates/customize_catalog.inc
+++ b/templates/customize_catalog.inc
@@ -64,7 +64,7 @@
<tr>
<td>&nbsp;</td>
<td>
- <input type="hidden" name="catalog_id" value="<?php echo $catalog->id; ?>">
+ <input type="hidden" name="catalog_id" value="<?php echo $catalog->id; ?>" />
<input type="hidden" name="action" value="update_catalog_settings" />
<input type="submit" value="<?php echo _("Save Catalog Settings"); ?>" />
</td>
diff --git a/templates/show_mpdplay.inc b/templates/show_mpdplay.inc
index 226a8fb6..15db9ede 100644
--- a/templates/show_mpdplay.inc
+++ b/templates/show_mpdplay.inc
@@ -76,11 +76,11 @@ else {
<?php
if (true) /* rigged to do AJAX for now; change to conf('AJAX') later */ {
?>
-<input type="button" value="0" onclick="startRequest('action=setvol&param1=0');"/>
-<input type="button" value="-25" onclick="startRequest('action=adjvol&param1=-25');"/>
-<input type="button" value="-10" onclick="startRequest('action=adjvol&param1=-10');"/>
-<input type="button" value="+10" onclick="startRequest('action=adjvol&param1=10');"/>
-<input type="button" value="+25" onclick="startRequest('action=adjvol&param1=25');"/>
+<input type="button" value="0" onclick="startRequest('action=setvol&amp;param1=0');"/>
+<input type="button" value="-25" onclick="startRequest('action=adjvol&amp;param1=-25');"/>
+<input type="button" value="-10" onclick="startRequest('action=adjvol&amp;param1=-10');"/>
+<input type="button" value="+10" onclick="startRequest('action=adjvol&amp;param1=10');"/>
+<input type="button" value="+25" onclick="startRequest('action=adjvol&amp;param1=25');"/>
<?php
}
else {