Skip to content

Commit

Permalink
Handle author website
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Sep 27, 2023
1 parent a1bac19 commit 901a320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/edoc/src/edoc_layout.erl
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ author(E=#xmlElement{}) ->
[];
true ->
[" [", {em, ["web site:"]}, " ",
{tt, [{a, [{href, URI}, {target, "_top"}], [URI]}]},
{code, [{a, [{href, URI}, {target, "_top"}], [URI]}]},
"]"]
end).

Expand Down

0 comments on commit 901a320

Please sign in to comment.