diff options
author | Steven Barth <steven@midlink.org> | 2009-04-09 13:59:50 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-04-09 13:59:50 +0000 |
commit | 0acedfff3eef973b011eab71801124d4891a9eed (patch) | |
tree | 832b4a6e7a1edf33be094957cab1e34ac83a3f3b /libs/cbi | |
parent | d3cb7ea5fdffe7792cd2b8e1129e2976e67d2533 (diff) |
Fix some fallout
Diffstat (limited to 'libs/cbi')
-rw-r--r-- | libs/cbi/luasrc/view/cbi/simpleform.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/view/cbi/simpleform.htm b/libs/cbi/luasrc/view/cbi/simpleform.htm index 9a23e53a8..859acd3c0 100644 --- a/libs/cbi/luasrc/view/cbi/simpleform.htm +++ b/libs/cbi/luasrc/view/cbi/simpleform.htm @@ -33,7 +33,7 @@ $Id$ <%- end %> <% if not self.embedded then %> <div> -<%- if self.flow.skip then %> +<%- if self.flow and self.flow.skip then %> <input class="cbi-button cbi-button-skip" type="submit" name="cbi.skip" value="<%:skip Skip%>" /> <% end %> <%- if self.submit ~= false then %> |