diff --git a/multi-page-survey/angular/src/app/app.component.ts b/multi-page-survey/angular/src/app/app.component.ts index 96aa331..4309add 100644 --- a/multi-page-survey/angular/src/app/app.component.ts +++ b/multi-page-survey/angular/src/app/app.component.ts @@ -5,7 +5,7 @@ const surveyJson = { pages: [{ elements: [{ type: "html", - html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" + html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" }] }, { elements: [{ diff --git a/multi-page-survey/jquery/index.js b/multi-page-survey/jquery/index.js index 7659e45..ea43443 100644 --- a/multi-page-survey/jquery/index.js +++ b/multi-page-survey/jquery/index.js @@ -2,7 +2,7 @@ const surveyJson = { pages: [{ elements: [{ type: "html", - html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" + html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" }] }, { elements: [{ diff --git a/multi-page-survey/knockout/index.js b/multi-page-survey/knockout/index.js index 82162cd..df123a4 100644 --- a/multi-page-survey/knockout/index.js +++ b/multi-page-survey/knockout/index.js @@ -2,7 +2,7 @@ const surveyJson = { pages: [{ elements: [{ type: "html", - html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" + html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" }] }, { elements: [{ diff --git a/multi-page-survey/react/src/App.js b/multi-page-survey/react/src/App.js index 9c6bef4..fc67d2f 100644 --- a/multi-page-survey/react/src/App.js +++ b/multi-page-survey/react/src/App.js @@ -9,7 +9,7 @@ const surveyJson = { pages: [{ elements: [{ type: "html", - html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" + html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" }] }, { elements: [{ diff --git a/multi-page-survey/vue/src/components/MultiPageSurvey.vue b/multi-page-survey/vue/src/components/MultiPageSurvey.vue index b9aa8b5..7a636f6 100644 --- a/multi-page-survey/vue/src/components/MultiPageSurvey.vue +++ b/multi-page-survey/vue/src/components/MultiPageSurvey.vue @@ -19,7 +19,7 @@ const surveyJson = { pages: [{ elements: [{ type: "html", - html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" + html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" }] }, { elements: [{ diff --git a/multi-page-survey/vue3/src/components/MultiPageSurvey.vue b/multi-page-survey/vue3/src/components/MultiPageSurvey.vue index 1f65754..64b2204 100644 --- a/multi-page-survey/vue3/src/components/MultiPageSurvey.vue +++ b/multi-page-survey/vue3/src/components/MultiPageSurvey.vue @@ -7,7 +7,7 @@ const surveyJson = { pages: [{ elements: [{ type: "html", - html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" + html: "

In this survey, we will ask you a couple questions about your impressions of our product.

" }] }, { elements: [{