Skip to content
Snippets Groups Projects
Commit df88c21f authored by Peter Murawski's avatar Peter Murawski Committed by Tim van Dijen
Browse files

Update selectsource.tpl.php (#1207)

source text does not need to go through internationalization as it is already handled by the text specified in the authsources file.
parent 0e602c19
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ foreach ($this->data['sources'] as $source) {
$name = 'src-'.base64_encode($source['source']);
echo '<input type="submit" name="'.htmlspecialchars($name).'"'.$autofocus.' '.
'id="button-'.htmlspecialchars($source['source']).'" '.
'value="'.htmlspecialchars($this->t($source['text'])).'" />';
'value="'.htmlspecialchars($source['text']).'" />';
echo '</li>';
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment