unit: Fix up a couple DisplayText cases

This commit is contained in:
Denis Kenzior 2012-10-08 15:38:28 -05:00
parent 926f21aaac
commit 60cf42e9f5
1 changed files with 2 additions and 2 deletions

View File

@ -800,7 +800,7 @@ static struct display_text_test display_text_data_871 = {
},
.html = "<div style=\"text-align: left;\"><span style=\"font-style: "
"italic;color: #347235;background-color: #FFFF00;\">"
"Text Attribute 1</span>",
"Text Attribute 1</span></div>",
};
static struct display_text_test display_text_data_881 = {
@ -828,7 +828,7 @@ static struct display_text_test display_text_data_891 = {
},
.html = "<div style=\"text-align: left;\"><span style=\""
"text-decoration: line-through;color: #347235;"
"background-color: #FFFF00;\">Text Attribute 1</span>",
"background-color: #FFFF00;\">Text Attribute 1</span></div>",
};
static struct display_text_test display_text_data_911 = {