Skip to content

Commit

Permalink
Wasm: Fix the markup in wasm_shell.html
Browse files Browse the repository at this point in the history
Img width and height are separate tags. Alternatively, they could
be defined in the style tag.

Change-Id: I0a4a93b63a99a7b644e9096bb9238739f408c0df
Reviewed-by: Morten Johan Sørvig <[email protected]>
  • Loading branch information
aportale committed Oct 29, 2019
1 parent dcbcda8 commit d157292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/platforms/wasm/wasm_shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body onload="init()">
<figure style="overflow:visible;" id="qtspinner">
<center style="margin-top:1.5em; line-height:150%">
<img src="qtlogo.svg"; width=320; height=200; style="display:block"> </img>
<img src="qtlogo.svg" width="320" height="200" style="display:block"></img>
<strong>Qt for WebAssembly: @APPNAME@</strong>
<div id="qtstatus"></div>
<noscript>JavaScript is disabled. Please enable JavaScript to use this application.</noscript>
Expand Down

0 comments on commit d157292

Please sign in to comment.