Skip to content

Commit

Permalink
Update templateadmintools.php
Browse files Browse the repository at this point in the history
add column for templatekey in template list as in justinhunt#51, forgot headspan
  • Loading branch information
a-kempka authored Nov 15, 2024
1 parent d30e607 commit 413134f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/templateadmintools.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function fetch_template_table() {
get_string('version'),
get_string('description')
);
$table->headspan = array(1, 1, 1);
$table->headspan = array(1, 1, 1, 1);
$table->colclasses = array(
'templatenamecol', 'templatekeycol', 'templateversioncol', 'templateinstructionscol'
);
Expand Down

0 comments on commit 413134f

Please sign in to comment.