Skip to content

Commit

Permalink
removed empty span from afterlink property
Browse files Browse the repository at this point in the history
  • Loading branch information
t-schroeder committed May 21, 2024
1 parent 35b165c commit e2314a1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,19 +287,6 @@ function pdfannotator_get_coursemodule_info($coursemodule) {
return $info;
}

/**
* Called when viewing course page. Shows extra details after the link if
* enabled.
*
* @param cm_info $cm Course module information
*/
function pdfannotator_cm_info_view(cm_info $cm) {
global $CFG;
require_once($CFG->dirroot . '/mod/pdfannotator/locallib.php');
$cm->set_after_link(' ' . html_writer::tag('span', '', // Use this to show details.
array('class' => 'pdfannotatorlinkdetails')));
}

/**
* Lists all browsable file areas
*
Expand Down

0 comments on commit e2314a1

Please sign in to comment.