mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 08:57: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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user