diff --git a/mymodule/templates/selectsource.tpl.php b/mymodule/templates/selectsource.tpl.php
index 45a78fd5686d7fdc297a96e97cdf1708b2f8897f..08bf5aa7b4ad82a35773cc2176565bc6cb3fa89f 100644
--- a/mymodule/templates/selectsource.tpl.php
+++ b/mymodule/templates/selectsource.tpl.php
@@ -20,7 +20,7 @@ foreach ($this->data['sources'] as $source) {
     $name = 'src-'.base64_encode($source['source']);
     echo '<input type="submit" class="'.htmlspecialchars($source['css_class']).'"  name="'.htmlspecialchars($name).'"'.$autofocus.' '.
         'id="button-'.htmlspecialchars($source['source']).'" '.
-        'value="'.htmlspecialchars($source['text']).'" />';
+        'value="'.htmlspecialchars($source['text']).'" ></input>';
 }
 echo '</div>';
 ?>