1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-18 23:51:49 +02:00

Merge pull request #1959 from prototech/ticket/12131

[ticket/12131] Remove invalid imageset var in viewtopic print view.

* prototech/ticket/12131:
  [ticket/12131] Remove invalid imageset var in viewtopic print view.
This commit is contained in:
Andreas Fischer
2014-02-02 12:58:11 +01:00

View File

@@ -26,7 +26,7 @@
<!-- BEGIN postrow --> <!-- BEGIN postrow -->
<div class="post"> <div class="post">
<h3>{postrow.POST_SUBJECT}</h3> <h3>{postrow.POST_SUBJECT}</h3>
<div class="date">{postrow.MINI_POST_IMG}{L_POSTED}{L_COLON} <strong>{postrow.POST_DATE}</strong></div> <div class="date">{L_POSTED}{L_COLON} <strong>{postrow.POST_DATE}</strong></div>
<div class="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div> <div class="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div>
<div class="content">{postrow.MESSAGE}</div> <div class="content">{postrow.MESSAGE}</div>
</div> </div>