Commit 81035b7eb3

Manlio Perillo <manlio.perillo@gmail.com>
2023-01-19 16:42:27
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 parent ce6de2d
Changed files (1)
doc/langref.html.in
@@ -333,7 +333,6 @@
           content: "";
         }
       }
-    }
     </style>
 </head>
 <body>