diff options
author | Austin Seipp <austin@well-typed.com> | 2015-06-05 15:43:25 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-06-05 15:43:25 -0500 |
commit | dcaaa980dc59202744bb3888d9662f9a7558cdf6 (patch) | |
tree | 89a64703e48835d8c58de65917b41d92087a9916 /docs | |
parent | 61b96a86c5342fb1c850361177d60fe855d948f6 (diff) | |
download | haskell-dcaaa980dc59202744bb3888d9662f9a7558cdf6.tar.gz |
docs: Fix #10416
Summary:
Apparently this was broken by b30c6012c7552c874281050d40e5a59012b2c5e7,
but I can't reproduce the issue described there at all.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Test Plan: Use my eyes to read the resulting user manual.
Reviewers: hvr, thomie
Reviewed By: thomie
Subscribers: bgamari, thomie
Differential Revision: https://phabricator.haskell.org/D958
GHC Trac Issues: #10416
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/profiling.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml index 4971a7d9f8..84f96b11eb 100644 --- a/docs/users_guide/profiling.xml +++ b/docs/users_guide/profiling.xml @@ -625,7 +625,7 @@ MAIN MAIN 102 0 0.0 0.0 100.0 1 other than making the PS file generation work, rather than falling over. The result seems to be broken PS on the page with the image. --> - <imagedata fileref="prof_scc" contentwidth="645px" + <imagedata fileref="prof_scc.png" contentwidth="645px" contentdepth="428px"/> <para>You might also want to take a look |