diff options
Diffstat (limited to 'test/pleroma/html_test.exs')
-rw-r--r-- | test/pleroma/html_test.exs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pleroma/html_test.exs b/test/pleroma/html_test.exs index c7771858b..b99689903 100644 --- a/test/pleroma/html_test.exs +++ b/test/pleroma/html_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2023 Pleroma Authors <https://pleroma.social/> +# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.HTMLTest do @@ -49,8 +49,8 @@ defmodule Pleroma.HTMLTest do this is a linebreak this is a link with allowed "rel" attribute: example.com this is a link with not allowed "rel" attribute: example.com - this is an image: - this is an inline emoji: + this is an image: + this is an inline emoji: alert('hacked') """ |