diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8c5dc27af9..04868c7f0d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -210,6 +210,7 @@ p a {
  • [Fix] Correctly destroy sql cache for some query combinations (Bug #13237)
  • [Fix] Allow link forums being password protected (Bug #12967)
  • [Fix] Allow wrapping topic/post icons in posting editor (Bug #12843)
  • +
  • [Fix] Display L_RANK only once in template if rank title and image defined (Bug #13231)
  • diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index bb47956a57..480ec47b3a 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -17,7 +17,7 @@
    {L_RANK}:
    {RANK_TITLE}
    -
    {L_RANK}:
    {RANK_IMG}
    +
     {L_RANK}:
    {RANK_IMG}
    {L_JOINED}:
    {JOINED}
    {L_TOTAL_POSTS}:
    {POSTS}
    {L_WARNINGS}:
    {WARNINGS}
    diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html index e887a246e8..f420a10bf6 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_post.html +++ b/phpBB/styles/prosilver/template/mcp_warn_post.html @@ -17,7 +17,7 @@
    {L_RANK}:
    {RANK_TITLE}
    -
    {L_RANK}:
    {RANK_IMG}
    +
     {L_RANK}:
    {RANK_IMG}
    {L_JOINED}:
    {JOINED}
    {L_TOTAL_POSTS}:
    {POSTS}
    {L_WARNINGS}:
    {WARNINGS}
    diff --git a/phpBB/styles/prosilver/template/mcp_warn_user.html b/phpBB/styles/prosilver/template/mcp_warn_user.html index 7604ceb868..2dcb75fbe2 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_user.html +++ b/phpBB/styles/prosilver/template/mcp_warn_user.html @@ -17,7 +17,7 @@
    {L_RANK}:
    {RANK_TITLE}
    -
    {L_RANK}:
    {RANK_IMG}
    +
     {L_RANK}:
    {RANK_IMG}
    {L_JOINED}:
    {JOINED}
    {L_TOTAL_POSTS}:
    {POSTS}
    {L_WARNINGS}:
    {WARNINGS}
    diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index c30a6d69b5..23f6ac79fd 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -23,7 +23,7 @@
    {L_RANK}:
    {RANK_TITLE}
    -
    {L_RANK}:
    {RANK_IMG}
    +
     {L_RANK}:
    {RANK_IMG}
    {L_USER_IS_INACTIVE}:
    {USER_INACTIVE_REASON}
    {L_LOCATION}:
    {LOCATION}