don't use quotes as apostrophes - http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references lists html entity 8217 as a quote not an apostrophe
This commit is contained in:
committed by
Chris Morgan
parent
f2d44f7120
commit
df5b9e2b52
@@ -944,7 +944,7 @@ class testData{
|
||||
if(getInput('bConfirmTestedVersionChange', $aClean) != 'true')
|
||||
{
|
||||
echo '<tr><td class="color1"> </td><td class="color0">';
|
||||
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.<br>';
|
||||
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.<br>';
|
||||
echo '<input type="checkbox" name="bConfirmTestedVersionChange" value="true"> ';
|
||||
echo 'Yes, I want to change the Wine version';
|
||||
echo '</td></tr>';
|
||||
@@ -988,7 +988,7 @@ class testData{
|
||||
getInput('bConfirmTestedVersionChange', $aValues) != 'true')
|
||||
{
|
||||
$errors .= '<li>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</li>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user