Skip to content

Commit e2314a1

Browse files
committed
removed empty span from afterlink property
1 parent 35b165c commit e2314a1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lib.php

-13
Original file line numberDiff line numberDiff line change
@@ -287,19 +287,6 @@ function pdfannotator_get_coursemodule_info($coursemodule) {
287287
return $info;
288288
}
289289

290-
/**
291-
* Called when viewing course page. Shows extra details after the link if
292-
* enabled.
293-
*
294-
* @param cm_info $cm Course module information
295-
*/
296-
function pdfannotator_cm_info_view(cm_info $cm) {
297-
global $CFG;
298-
require_once($CFG->dirroot . '/mod/pdfannotator/locallib.php');
299-
$cm->set_after_link(' ' . html_writer::tag('span', '', // Use this to show details.
300-
array('class' => 'pdfannotatorlinkdetails')));
301-
}
302-
303290
/**
304291
* Lists all browsable file areas
305292
*

0 commit comments

Comments
 (0)