Skip to content

Commit

Permalink
Minor fix prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgfnet committed Sep 19, 2019
1 parent 0e1a5df commit 7f6c7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/sbb.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function getTunables() {
return array(
"station" => array("type" => "fnum", "display" => "Station ID", "value" => $this->station),
"numdep" => array("type" => "fnum", "display" => "Board size", "value" => $this->numdep),
"format" => array("type" => "text", "display" => "Display format", "value" => $this->strformat),
"strformat" => array("type" => "text", "display" => "Display format", "value" => $this->strformat),
"font_family" => array("type" => "text", "display" => "Font Family", "value" => $this->font_family),
"font_size" => array("type" => "fnum", "display" => "Font Size", "value" => $this->font_size)
);
Expand Down

0 comments on commit 7f6c7e0

Please sign in to comment.