lol

Merge pull request #239986 from pennae/reattach-head

nixos-render-docs: add missing head tag to html output

authored by

pennae and committed by
GitHub
bafe7455 6c112fb5

+2 -1
+2 -1
pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs/manual.py
··· 304 304 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"', 305 305 ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">', 306 306 '<html xmlns="http://www.w3.org/1999/xhtml">', 307 - ' <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />', 307 + ' <head>', 308 + ' <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />', 308 309 f' <title>{toc.target.title}</title>', 309 310 "".join((f'<link rel="stylesheet" type="text/css" href="{html.escape(style, True)}" />' 310 311 for style in self._html_params.stylesheets)),