Skip to content

Commit 78b4353

Browse files
committed
Update nested loop logic for beta3
1 parent 5611b04 commit 78b4353

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
<!-- DEFINE $CURRENT_POST_ROW = '{postrow.S_ROW_COUNT}' -->
2-
<!-- BEGIN postrow -->
3-
<!-- IF $CURRENT_POST_ROW == postrow.S_ROW_COUNT -->
4-
5-
<!-- BEGIN post_message_after -->
1+
<!-- BEGIN postrow.post_message_after -->
62
<div class="panel">
73
<div class="inner">{postrow.post_message_after.MESSAGE}</div>
84
</div>
95

106
<hr class="divider" />
11-
<!-- END post_message_after -->
12-
13-
<!-- ENDIF -->
14-
<!-- END postrow -->
7+
<!-- END postrow.post_message_after -->
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
<!-- DEFINE $CURRENT_POST_ROW = '{postrow.S_ROW_COUNT}' -->
2-
<!-- BEGIN postrow -->
3-
<!-- IF $CURRENT_POST_ROW == postrow.S_ROW_COUNT -->
4-
5-
<!-- BEGIN post_message_before -->
1+
<!-- BEGIN postrow.post_message_before -->
62
<div class="panel">
73
<div class="inner">{postrow.post_message_before.MESSAGE}</div>
84
</div>
95

106
<hr class="divider" />
11-
<!-- END post_message_before -->
12-
13-
<!-- ENDIF -->
14-
<!-- END postrow -->
7+
<!-- END postrow.post_message_before -->

0 commit comments

Comments
 (0)