Skip to content

Commit

Permalink
MDL-27862 Themes: Device name first letter is capital and font is mad…
Browse files Browse the repository at this point in the history
…e similar to theme name font
  • Loading branch information
Rajesh Taneja committed Mar 12, 2012
1 parent df46b9b commit c069c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
$select = new single_button($deviceurl, $strthemeselect, 'get');

$table->data[] = array(
$device,
$OUTPUT->heading(ucfirst($device), 3),
$screenshotcell,
$headingthemename . $OUTPUT->render($select) . $unsetthemebutton
);
Expand Down

0 comments on commit c069c01

Please sign in to comment.