diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2010-04-11 01:37:42 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-05-16 19:14:36 +0200 |
| commit | d147bdcd73cea2dd43e54526e589f7aee6f34d4c (patch) | |
| tree | 877c7e9dbb77569c790f78ac09b7ccfada30afc5 /phpBB/styles/subsilver2/template/ucp_pm_history.html | |
| parent | 03d50a2e83cc631779a7574acd4db8b77f29d547 (diff) | |
| download | forums-d147bdcd73cea2dd43e54526e589f7aee6f34d4c.tar forums-d147bdcd73cea2dd43e54526e589f7aee6f34d4c.tar.gz forums-d147bdcd73cea2dd43e54526e589f7aee6f34d4c.tar.bz2 forums-d147bdcd73cea2dd43e54526e589f7aee6f34d4c.tar.xz forums-d147bdcd73cea2dd43e54526e589f7aee6f34d4c.zip | |
[ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when bbcodes are disabled.
PHPBB3-9530
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_pm_history.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_history.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_history.html b/phpBB/styles/subsilver2/template/ucp_pm_history.html index cb87d1892a..7027d4533d 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_history.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_history.html @@ -1,3 +1,8 @@ +<script type="text/javascript"> +// <![CDATA[ + bbcodeEnabled = {S_BBCODE_ALLOWED}; +// ]]> +</script> <table class="tablebg" width="100%" cellspacing="1"> <tr> |
