Skip to content

Commit

Permalink
escape font names
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Edson committed Jun 19, 2018
1 parent 661fbc0 commit 11fbc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SteveEdson/BitBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function format() {
$this->usedPipe = true;
}

$string .= ' font=' . $this->fontFace;
$string .= ' font=\'' . $this->fontFace . '\'';
}

if ($this->colour) {
Expand Down

0 comments on commit 11fbc00

Please sign in to comment.