diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2010-04-11 01:30:56 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-05-16 19:13:22 +0200 |
| commit | fe9c5019b672f26453df55c1a7f6bf876f56da3d (patch) | |
| tree | feff19ef51c3bc530793a932e9951c0818370582 /phpBB/styles/subsilver2/template/posting_topic_review.html | |
| parent | 03d50a2e83cc631779a7574acd4db8b77f29d547 (diff) | |
| download | forums-fe9c5019b672f26453df55c1a7f6bf876f56da3d.tar forums-fe9c5019b672f26453df55c1a7f6bf876f56da3d.tar.gz forums-fe9c5019b672f26453df55c1a7f6bf876f56da3d.tar.bz2 forums-fe9c5019b672f26453df55c1a7f6bf876f56da3d.tar.xz forums-fe9c5019b672f26453df55c1a7f6bf876f56da3d.zip | |
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
PHPBB3-9531
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_topic_review.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_topic_review.html | 2 |
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> </td> <td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b> </td> <td class="gensmall" width="100%" valign="middle">{topic_review_row.POST_SUBJECT}</td> - <td valign="top" nowrap="nowrap"> <!-- 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"> <!-- 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> |
