aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/crashdump_viewer_html.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-05-21 11:15:33 +0200
committerSiri Hansen <[email protected]>2012-05-21 11:15:33 +0200
commit0d98106bfa6f0c637019604f4c25e6c48cd1d5fc (patch)
treeb74b34da6007b6f9bf37a75651c4669169c0c29e /lib/observer/src/crashdump_viewer_html.erl
parent2ebbf52da47c73c0a6542da0d8cc0611e7aa7d28 (diff)
parente4717301b73f2d7b2716b625e1b647b35d2815be (diff)
downloadotp-0d98106bfa6f0c637019604f4c25e6c48cd1d5fc.tar.gz
otp-0d98106bfa6f0c637019604f4c25e6c48cd1d5fc.tar.bz2
otp-0d98106bfa6f0c637019604f4c25e6c48cd1d5fc.zip
Merge branch 'maint'
Diffstat (limited to 'lib/observer/src/crashdump_viewer_html.erl')
-rw-r--r--lib/observer/src/crashdump_viewer_html.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/observer/src/crashdump_viewer_html.erl b/lib/observer/src/crashdump_viewer_html.erl
index 24a80b1916..3151b83bfb 100644
--- a/lib/observer/src/crashdump_viewer_html.erl
+++ b/lib/observer/src/crashdump_viewer_html.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2003-2011. All Rights Reserved.
+%% Copyright Ericsson AB 2003-2012. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -1394,7 +1394,7 @@ timers_table(Timer) ->
td("ALIGN=right",Time)]).
loaded_mods_table(#loaded_mod{mod=Mod,current_size=CS,old_size=OS}) ->
- tr([td(href(["loaded_mod_details?mod=",Mod],Mod)),
+ tr([td(href(["loaded_mod_details?mod=",http_uri:encode(Mod)],Mod)),
td("ALIGN=right",CS),
td("ALIGN=right",OS)]).