upd: added ESV citation to end of return
This commit is contained in:
@@ -66,7 +66,7 @@ class ReferenceController extends AbstractController
|
|||||||
$ref->setType('bible');
|
$ref->setType('bible');
|
||||||
$ref->setName($reference);
|
$ref->setName($reference);
|
||||||
$ref->setLabel($label);
|
$ref->setLabel($label);
|
||||||
$ref->setContent("# {$reference}\n\n".implode("\n", $text));
|
$ref->setContent("# {$reference}\n\n".implode("\n", $text)."<br/><br/>(ESV)");
|
||||||
|
|
||||||
return $ref;
|
return $ref;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user