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:
Jeff Zaroyko
2008-06-01 12:42:00 +10:00
committed by Chris Morgan
parent f2d44f7120
commit df5b9e2b52
4 changed files with 6 additions and 6 deletions

View File

@@ -501,7 +501,7 @@ class ObjectManager
/* Why the user should write an explanation for the deletion */
if($oObject->objectGetSubmitterId() != $_SESSION['current']->iUserId)
{
$shWhyComment = "Please enter a reason why so that you don’t hurt the submitter’s".
$shWhyComment = "Please enter a reason why so that you don't hurt the submitter's".
" feelings.";
$oUser = new user($oObject->objectGetSubmitterId());
@@ -597,7 +597,7 @@ class ObjectManager
if(!$oOriginalObject->canEdit())
{
addmsg("You don’t have permission to delete this entry", "red");
addmsg("You don't have permission to delete this entry", "red");
return FALSE;
}