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
doc/langref.html.in-1
| ... | @@ -333,7 +333,6 @@ | ... | @@ -333,7 +333,6 @@ |
| 333 | content: ""; | 333 | content: ""; |
| 334 | } | 334 | } |
| 335 | } | 335 | } |
| 336 | } | | |
| 337 | </style> | 336 | </style> |
| 338 | </head> | 337 | </head> |
| 339 | <body> | 338 | <body> |