From c0fd57a78daf5ed54cb5f0944b227350f12f0704 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 21 Nov 2008 01:58:50 +0000 Subject: [PATCH] undo voodoo, find real problem --- httemplate/edit/elements/edit.html | 5 +++-- httemplate/elements/tr-select-agent.html | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 94bf1a5ed..537645e3e 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -286,7 +286,7 @@ Example: % $g_row++ if $type eq 'title'; % } else { % if ( $type eq 'columnstart' ) { -% push @g_row_stack, $g_row++; +% push @g_row_stack, $g_row; % $g_row = 0; % #} elsif ( $type eq 'columnnext' ) { % } elsif ( $type eq 'columnend' ) { @@ -379,7 +379,8 @@ Example: