aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/template/mcp_ban.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html
index 2b0c1df9e7..84a174827e 100644
--- a/phpBB/styles/prosilver/template/mcp_ban.html
+++ b/phpBB/styles/prosilver/template/mcp_ban.html
@@ -23,9 +23,9 @@
function display_details(option)
{
- document.getElementById('unbangivereason').textContent = ban_give_reason[option];
- document.getElementById('unbanreason').textContent = ban_reason[option];
- document.getElementById('unbanlength').textContent = ban_length[option];
+ document.getElementById('unbangivereason').innerHTML = ban_give_reason[option];
+ document.getElementById('unbanreason').innerHTML = ban_reason[option];
+ document.getElementById('unbanlength').innerHTML = ban_length[option];
}
// ]]>