summaryrefslogtreecommitdiffstats
path: root/templates/show_confirm_action.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-21 14:58:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-21 14:58:07 +0000
commit29ec36c67ecebea55df9063e78d7653515428d98 (patch)
tree112dff7c0cf91f6d4875a1b2a2fe4d3ed675a34a /templates/show_confirm_action.inc.php
parent56685ecc1fd637f6c3657b8eead41f1b6f8750b2 (diff)
downloadampache-29ec36c67ecebea55df9063e78d7653515428d98.tar.gz
ampache-29ec36c67ecebea55df9063e78d7653515428d98.tar.bz2
ampache-29ec36c67ecebea55df9063e78d7653515428d98.zip
fixed typo
Diffstat (limited to 'templates/show_confirm_action.inc.php')
-rw-r--r--templates/show_confirm_action.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_confirm_action.inc.php b/templates/show_confirm_action.inc.php
index 89730057..43d6ec60 100644
--- a/templates/show_confirm_action.inc.php
+++ b/templates/show_confirm_action.inc.php
@@ -22,7 +22,7 @@
<br />
<div class="text-box" style="margin-right:25%;text-align:center;margin-left:25%;">
-<form name="confirm" method="post" action="<?php echo $web_path; ?>/<?php echo $script; ?>?<?php echo $arg; ?>" enctype="multpart/form-data">
+<form name="confirm" method="post" action="<?php echo $web_path; ?>/<?php echo $script; ?>?<?php echo $arg; ?>" enctype="multipart/form-data">
<p><?php echo $text; ?></p>
<p>
<input type="submit" name="confirm" value="<?php echo _("Yes"); ?>" />