Use correct symbol in graduated student key

This commit is contained in:
Skylar Ittner 2018-12-11 21:33:18 -07:00
parent 5823ec15e2
commit 76aa590e75

View File

@ -155,7 +155,7 @@ END;
$updated->addText("$date");
$iconkey = $header->addTextRun();
$iconkey->addText("Icon key: ", ['bold' => true]);
$iconkey->addText(": Graduated student | ►: Photo permission denied");
$iconkey->addText(": Graduated student | ►: Photo permission denied");
$header->addText($Strings->get("You agree to use the information in this directory for homeschool use ONLY. All other purposes, such as soliciting, is strictly prohibited.", false));
$header->addTextBreak(2);
@ -185,7 +185,7 @@ END;
foreach ($f->getChildren() as $child) {
$chtext = $body->addTextRun(["indent" => 1440]);
if ($child->isGraduated()) {
$chtext->addText("");
$chtext->addText(" ");
} else {
$chtext->addText("");
}