diff --git a/include/testData.php b/include/testData.php index c2180a9..1de6749 100644 --- a/include/testData.php +++ b/include/testData.php @@ -944,7 +944,7 @@ class testData{ if(getInput('bConfirmTestedVersionChange', $aClean) != 'true') { echo ' '; - echo 'You have changed the Wine version of the report. Are you sure you want to do this? Please submit a new test report for every Wine version you test; this is useful for tracking Wine's progress.
'; + echo 'You have changed the Wine version of the report. Are you sure you want to do this? Please submit a new test report for every Wine version you test; this is useful for tracking Wine\'s progress.
'; echo ' '; echo 'Yes, I want to change the Wine version'; echo ''; @@ -988,7 +988,7 @@ class testData{ getInput('bConfirmTestedVersionChange', $aValues) != 'true') { $errors .= '
  • Are you sure you want to change the Wine version of the report? Please submit a new '. - 'test report for every Wine version you test; this is useful for tracking Wine's progress. '. + 'test report for every Wine version you test; this is useful for tracking Wine\'s progress. '. 'Tick the box above the submit button if you want to proceed
  • '; }