mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'ticket/nickvergessen/9528' into develop-olympus
* ticket/nickvergessen/9528: [ticket/9528] Also fall back to bbcode-less quotes for PMs, when bbcodes are disabled.
This commit is contained in:
commit
355d4b8ff8
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
</h3>
|
||||
|
||||
<div id="topicreview">
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
bbcodeEnabled = {S_BBCODE_ALLOWED};
|
||||
// ]]>
|
||||
</script>
|
||||
<!-- BEGIN history_row -->
|
||||
<div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue