Skip to content

Commit

Permalink
Adding a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
scriby committed Nov 7, 2011
1 parent 57e8c47 commit 560ed50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/settings.php
Expand Up @@ -61,7 +61,7 @@ function blti_get_tool_table($tools, $id){
$createdon = get_string('createdon', 'lti');

if($id == 'lti_configured'){
$html .= '<a style="margin-top:.25em" href="'.$CFG->wwwroot.'/mod/lti/typessettings.php?action=add&amp;sesskey='.$USER->sesskey.'">'.get_string('addtype', 'lti').'</a>';
$html .= '<div><a style="margin-top:.25em" href="'.$CFG->wwwroot.'/mod/lti/typessettings.php?action=add&amp;sesskey='.$USER->sesskey.'">'.get_string('addtype', 'lti').'</a></div>';
}

if (!empty($tools)) {
Expand Down

0 comments on commit 560ed50

Please sign in to comment.