diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-10-26 11:48:36 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2006-10-26 11:48:36 +0000 |
| commit | b3999023572f9fd640e5605b8ebc46b089e0e088 (patch) | |
| tree | be020bf69390a2fb92e87ce8cd5b5a49fa4a24fb | |
| parent | 6f4d0c4fa2f6e89a4d5cd83fb615706eb30892e9 (diff) | |
| download | forums-b3999023572f9fd640e5605b8ebc46b089e0e088.tar forums-b3999023572f9fd640e5605b8ebc46b089e0e088.tar.gz forums-b3999023572f9fd640e5605b8ebc46b089e0e088.tar.bz2 forums-b3999023572f9fd640e5605b8ebc46b089e0e088.tar.xz forums-b3999023572f9fd640e5605b8ebc46b089e0e088.zip | |
Forgot this ...
git-svn-id: file:///svn/phpbb/trunk@6529 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/styles/subSilver/template/posting_topic_review.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_topic_review.html b/phpBB/styles/subSilver/template/posting_topic_review.html index 8b93d513a8..44aa8a5b1b 100644 --- a/phpBB/styles/subSilver/template/posting_topic_review.html +++ b/phpBB/styles/subSilver/template/posting_topic_review.html @@ -44,7 +44,7 @@ <tr> <td> <div class="postbody">{topic_review_row.MESSAGE}</div> - <!-- IF topic_review_row.U_QUOTE and topic_review_row.DECODED_MESSAGE --> + <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --> <div id="message_{topic_review_row.U_POST_ID}" style="display: none;">{topic_review_row.DECODED_MESSAGE}</div> <!-- ENDIF --> </td> |
