diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-05-16 19:17:25 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-05-16 19:17:25 +0200 |
| commit | 321f7a9946d68d589749d550fceb50970d1e2d47 (patch) | |
| tree | 90a19c72c1458757fb98af91b1f7d88f1f1d994e /phpBB/styles/subsilver2/template/posting_topic_review.html | |
| parent | b1f9b39475030c3feee80839bccce197940145b2 (diff) | |
| parent | a11fa9c7383dfd34015391092f785f4f47fa8a5d (diff) | |
| download | forums-321f7a9946d68d589749d550fceb50970d1e2d47.tar forums-321f7a9946d68d589749d550fceb50970d1e2d47.tar.gz forums-321f7a9946d68d589749d550fceb50970d1e2d47.tar.bz2 forums-321f7a9946d68d589749d550fceb50970d1e2d47.tar.xz forums-321f7a9946d68d589749d550fceb50970d1e2d47.zip | |
Merge branch 'ticket/nickvergessen/9530' into develop-olympus
* ticket/nickvergessen/9530:
[ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.js
[ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when bbcodes are disabled.
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_topic_review.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_topic_review.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_topic_review.html b/phpBB/styles/subsilver2/template/posting_topic_review.html index c252f7d8e9..5456ad09b6 100644 --- a/phpBB/styles/subsilver2/template/posting_topic_review.html +++ b/phpBB/styles/subsilver2/template/posting_topic_review.html @@ -1,3 +1,8 @@ +<script type="text/javascript"> +// <![CDATA[ + bbcodeEnabled = {S_BBCODE_ALLOWED}; +// ]]> +</script> <table class="tablebg" width="100%" cellspacing="1"> <tr> |
