0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 06:47:38 +00:00

Don't add lang tag to iframe content. It's not strictly necessary since the brew content will set it's own language later in the DOM.

This commit is contained in:
durstann
2026-06-19 14:37:55 -07:00
parent 487d7956e9
commit 8c77da246c
@@ -28,7 +28,7 @@ const PAGE_HEIGHT = 1056;
const TOOLBAR_STATE_KEY = 'HB_renderer_toolbarState';
const INITIAL_CONTENT = dedent`
<!DOCTYPE html><html lang="en"><head>
<!DOCTYPE html><html><head>
<title>Rendered Brew Content</title>
<link href='/homebrew/bundle.css' type="text/css" rel='stylesheet' />
<link href="${brewRendererStylesUrl}" rel="stylesheet" />