diff options
| author | John MacFarlane <[email protected]> | 2023-08-13 19:23:53 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-08-13 19:23:53 -0700 |
| commit | 948567f200ddaf59c87d0155bb0d652930601a61 (patch) | |
| tree | ee5f2b90ffa3bb1c5cb7ad4a9081a3d26cc1a1b0 /test/lhs-test.html+lhs | |
| parent | cfe8cc797906caf841cd1d0c5f7e65a2e6b5bec7 (diff) | |
Fix tests for change to template in #8999.
Diffstat (limited to 'test/lhs-test.html+lhs')
| -rw-r--r-- | test/lhs-test.html+lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index 43c66689b..db055d405 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -61,7 +61,7 @@ max-width: 100%; } svg { - height; auto; + height: auto; max-width: 100%; } h1, h2, h3, h4, h5, h6 { |
