Commit a36d429c authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'patch-1' into 'master'

Update selectsource.tpl.php

See merge request !18
2 merge requests!57Knopkiwg master patch 25739,!18Update selectsource.tpl.php
Pipeline #710 passed with stage
in 1 second
Showing with 1 addition and 1 deletion
+1 -1
......@@ -19,7 +19,7 @@ foreach ($this->data['sources'] as $source) {
$autofocus = '';
}
$name = 'src-'.base64_encode($source['source']);
echo '<input type="submit" name="'.htmlspecialchars($name).'"'.$autofocus.' '.
echo '<input type="submit" class="'.htmlspecialchars($source['css_class']).'" name="'.htmlspecialchars($name).'"'.$autofocus.' '.
'id="button-'.htmlspecialchars($source['source']).'" '.
'value="'.htmlspecialchars($source['text']).'" />';
echo '</li>';
......
Supports Markdown
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