diff options
Diffstat (limited to 'src/mod_avatar.erl')
-rw-r--r-- | src/mod_avatar.erl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mod_avatar.erl b/src/mod_avatar.erl index 10c7e619c..a6c56f968 100644 --- a/src/mod_avatar.erl +++ b/src/mod_avatar.erl @@ -481,12 +481,9 @@ mod_doc() -> "the list of supported formats is detected at compile time " "depending on the image libraries installed in the system."), example => - [{?T("In this example avatars in WebP format are " - "converted to JPEG, all other formats are " - "converted to PNG:"), ["convert:", " webp: jpg", - " default: png"]}]}}, + " default: png"]}}, {rate_limit, #{value => ?T("Number"), desc => |