Skip to content

Commit

Permalink
Fix closing tag language string
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Jun 6, 2017
1 parent 773fa1d commit 92fc3f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -760,7 +760,7 @@ COM_KUNENA_WYSIBB_EDITOR_BOLD = "Bold"
COM_KUNENA_WYSIBB_EDITOR_ITALIC = "Italic"
COM_KUNENA_WYSIBB_EDITOR_UNDERLINE = "Underline"
COM_KUNENA_WYSIBB_EDITOR_STRIKE = "Strike"
COM_KUNENA_WYSIBB_EDITOR_LINK = "Link
COM_KUNENA_WYSIBB_EDITOR_LINK = "Link"
COM_KUNENA_WYSIBB_EDITOR_IMAGE = "Image"
COM_KUNENA_WYSIBB_EDITOR_SUP = "Sup"
COM_KUNENA_WYSIBB_EDITOR_SUB = "Sub"
Expand Down

0 comments on commit 92fc3f0

Please sign in to comment.