Skip to content

Commit 11fbc00

Browse files
author
Steve Edson
committed
escape font names
1 parent 661fbc0 commit 11fbc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SteveEdson/BitBar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function format() {
235235
$this->usedPipe = true;
236236
}
237237

238-
$string .= ' font=' . $this->fontFace;
238+
$string .= ' font=\'' . $this->fontFace . '\'';
239239
}
240240

241241
if ($this->colour) {

0 commit comments

Comments
 (0)