aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/posting_topic_review.html
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-05-16 19:13:32 +0200
committerNils Adermann <naderman@naderman.de>2010-05-16 19:13:32 +0200
commitb1f9b39475030c3feee80839bccce197940145b2 (patch)
treeb45dfda9b33774798e0f3fff7773f838193aa080 /phpBB/styles/subsilver2/template/posting_topic_review.html
parentb308cfe5ea6e80f8e772345fe3d5b00c48e7193a (diff)
parentfe9c5019b672f26453df55c1a7f6bf876f56da3d (diff)
downloadforums-b1f9b39475030c3feee80839bccce197940145b2.tar
forums-b1f9b39475030c3feee80839bccce197940145b2.tar.gz
forums-b1f9b39475030c3feee80839bccce197940145b2.tar.bz2
forums-b1f9b39475030c3feee80839bccce197940145b2.tar.xz
forums-b1f9b39475030c3feee80839bccce197940145b2.zip
Merge branch 'ticket/nickvergessen/9531' into develop-olympus
* ticket/nickvergessen/9531: [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_topic_review.html')
-rw-r--r--phpBB/styles/subsilver2/template/posting_topic_review.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_topic_review.html b/phpBB/styles/subsilver2/template/posting_topic_review.html
index d1af72b522..c252f7d8e9 100644
--- a/phpBB/styles/subsilver2/template/posting_topic_review.html
+++ b/phpBB/styles/subsilver2/template/posting_topic_review.html
@@ -31,7 +31,7 @@
<td>&nbsp;</td>
<td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b>&nbsp;</td>
<td class="gensmall" width="100%" valign="middle">{topic_review_row.POST_SUBJECT}</td>
- <td valign="top" nowrap="nowrap">&nbsp;<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --><a href="#" onclick="addquote({topic_review_row.POST_ID},'{topic_review_row.POSTER_QUOTE}'); return false;">{QUOTE_IMG}</a><!-- ENDIF --></td>
+ <td valign="top" nowrap="nowrap">&nbsp;<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --><a href="#" onclick="addquote({topic_review_row.POST_ID},'{topic_review_row.POSTER_QUOTE}', '{L_WROTE}'); return false;">{QUOTE_IMG}</a><!-- ENDIF --></td>
</tr>
</table>
</td>