Skip to content

Commit

Permalink
Merge pull request #88 from danicheg/fix-html
Browse files Browse the repository at this point in the history
Fix closing img tags in docs
  • Loading branch information
danicheg authored Jan 13, 2024
2 parents 7652888 + 52e225c commit a84d5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from the FlameGraph project. Note that the following graph is clickable.

<p>
<object data="/scalac-profiling/img/scala-steward-implicit-searches-flamegraph.svg" type="image/svg+xml" width="100%" height="100%">
<img src="/scalac-profiling/img/scala-steward-implicit-searches-flamegraph.svg" width="100%" height="100%">
<img src="/scalac-profiling/img/scala-steward-implicit-searches-flamegraph.svg" width="100%" height="100%" />
</object>
<p>

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The resulting graph will look like this one we generated for the [Scala Steward]

<p>
<object data="/scalac-profiling/img/scala-steward-implicit-searches-flamegraph.svg" type="image/svg+xml" width="100%" height="100%">
<img src="/scalac-profiling/img/scala-steward-implicit-searches-flamegraph.svg" width="100%" height="100%">
<img src="/scalac-profiling/img/scala-steward-implicit-searches-flamegraph.svg" width="100%" height="100%" />
</object>
<p>

Expand Down

0 comments on commit a84d5eb

Please sign in to comment.