Commit 37c33702 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update selectsource.tpl.php

parent f114fe50
...@@ -20,7 +20,7 @@ foreach ($this->data['sources'] as $source) { ...@@ -20,7 +20,7 @@ foreach ($this->data['sources'] as $source) {
$name = 'src-'.base64_encode($source['source']); $name = 'src-'.base64_encode($source['source']);
echo '<input type="submit" class="'.htmlspecialchars($source['css_class']).'" name="'.htmlspecialchars($name).'"'.$autofocus.' '. echo '<input type="submit" class="'.htmlspecialchars($source['css_class']).'" name="'.htmlspecialchars($name).'"'.$autofocus.' '.
'id="button-'.htmlspecialchars($source['source']).'" '. 'id="button-'.htmlspecialchars($source['source']).'" '.
'value="'.htmlspecialchars($source['text']).'" />'; 'value="'.htmlspecialchars($source['text']).'" ></input>';
} }
echo '</div>'; echo '</div>';
?> ?>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment