Minor: Plugin: H5P: Fix typo

pull/3388/head
Yannick Warnier 5 years ago
parent a37e4a6649
commit ea88835a45
  1. 2
      plugin/h5p/inc/edit.form.php

@ -45,7 +45,7 @@ if ($nodeType == '') {
$tableOfnodes .= "<td style='text-align:center;padding:5px;' >";
$tableOfnodes .= "<img class=toolimage src='resources/img/memory.png' /></td>";
$tableOfnodes .= "<td style='text-align:center;' >%emory</td>";
$tableOfnodes .= "<td style='text-align:center;' >Memory</td>";
$tableOfnodes .= "<td style='text-align:center;' >";
$tableOfnodes .= "<a href='list.php?node_type=memory' class='btn btn-primary' >";
$tableOfnodes .= "<em class='fa'></em>&nbsp;".$plugin->get_lang('Use')."&nbsp;</a>";

Loading…
Cancel
Save