authorgravatar for manlio.perillo@gmail.comManlio Perillo <manlio.perillo@gmail.com> 2023-01-19 16:42:27+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-23 15:51:17-05:00
log81035b7eb32aa8382760a0159026357982256895
treef6c87c07300209c68a45a7221dea9f2513ae6173
parentce6de2df826347feadb66d087c43c77b2891dc0b

langref: remove extra curly bracket in the CSS

In commit 3542dbf0ea5 (langref: add section numbers) I accidentally added an extra closing curly bracket at the end of the style element. Sorry for not validating the HTML file before creating the PR.

1 files changed, 0 insertions(+), 1 deletions(-)

doc/langref.html.in-1
......@@ -333,7 +333,6 @@
333333 content: "";
334334 }
335335 }
336 }
337336 </style>
338337</head>
339338<body>