diff options
author | corvid <corvid@lavabit.com> | 2010-03-30 23:48:17 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-03-30 23:48:17 +0000 |
commit | 565407d069abeab5a11cdefa1bca403ce531a6fb (patch) | |
tree | db013c7970a84a4914e6be984845cbeb9f04ef5a /src/cssparser.cc | |
parent | d20b6d2fceb41d61e110da21e29b9f6cabdb4563 (diff) |
white-space: pre-wrap
thread:
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-March/007420.html
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r-- | src/cssparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc index f1d8faef..332a989a 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -111,7 +111,7 @@ static const char *const Css_vertical_align_vals[] = { }; static const char *const Css_white_space_vals[] = { - "normal", "pre", "nowrap", NULL + "normal", "pre", "nowrap", "pre-wrap", "pre-line", NULL }; const CssPropertyInfo Css_property_info[CSS_PROPERTY_LAST] = { |