From ae9f808ae43f534ea9b4d617507ff28477df7e44 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 25 Nov 2008 21:22:35 +0000 Subject: page-break-inside svn path=/trunk/libcss/; revision=5778 --- src/bytecode/opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytecode/opcodes.h') diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h index bd03970..7d30687 100644 --- a/src/bytecode/opcodes.h +++ b/src/bytecode/opcodes.h @@ -417,7 +417,7 @@ enum op_page_break_before { enum op_page_break_inside { PAGE_BREAK_INSIDE_AUTO = 0x0000, - PAGE_BREAK_INSIDE_ALWAYS = 0x0001, + PAGE_BREAK_INSIDE_AVOID = 0x0001, }; enum op_pause_after { -- cgit v1.2.3