changeset 24376:0755de78071c

Fix quoting error from cset b1d1229d9e83. * __publish_html_output__.m: Match starting single quote with an ending single quote.
author Rik <rik@octave.org>
date Wed, 06 Dec 2017 18:49:31 -0800
parents 2e5259153857
children ea3458c1d884
files scripts/general/private/__publish_html_output__.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/private/__publish_html_output__.m	Wed Dec 06 18:28:06 2017 -0800
+++ b/scripts/general/private/__publish_html_output__.m	Wed Dec 06 18:49:31 2017 -0800
@@ -125,7 +125,7 @@
 "  max-width: 42em;",
 "}",
 "body {",
-'  font-family: "Roboto Condensed", sans-serif;",
+'  font-family: "Roboto Condensed", sans-serif;',
 "  padding-left: 7.5em;",
 "  padding-right: 7.5em;",
 "}",
@@ -157,7 +157,7 @@
 "  color: Blue;",
 "}",
 "h2 {",
-'  font-family: "Roboto Condensed", serif;",
+'  font-family: "Roboto Condensed", serif;',
 "  margin-top: 1.5em;",
 "}",
 "h2 a, h2 a:visited {",