Skip to content

Commit

Permalink
fix: issue google#3831 (google#3832)
Browse files Browse the repository at this point in the history
* Fix: <code> doesn't work inside <title>

* Fix: <code> doesn't work inside <title>
  • Loading branch information
jessej-samuel authored Oct 6, 2022
1 parent 2574383 commit 96f79b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/modelviewer.dev/examples/lighthouse.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><code>&lt;model-viewer&gt;</code> Lighthouse Example</title>
<title>&lt;model-viewer&gt; Lighthouse Example</title>
<meta charset="utf-8">
<meta name="description" content="Performance optimization for &lt;model-viewer&gt;">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion packages/modelviewer.dev/examples/lighthouse2.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><code>&lt;model-viewer&gt;</code> Lighthouse Example</title>
<title>&lt;model-viewer&gt; Lighthouse Example</title>
<meta charset="utf-8">
<meta name="description" content="Performance optimization for &lt;model-viewer&gt;">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 96f79b1

Please sign in to comment.