match css exactly for alignment names - fixes #807

This commit is contained in:
Dane Springmeyer 2011-09-12 20:15:13 +00:00
parent 9bda9c7019
commit cd8baba3be

View File

@ -65,7 +65,7 @@ IMPLEMENT_ENUM( horizontal_alignment_e, horizontal_alignment_strings )
static const char * justify_alignment_strings[] = {
"left",
"middle",
"center",
"right",
""
};