diff --git a/References/Doc.php b/References/Doc.php index d68e048..802659b 100644 --- a/References/Doc.php +++ b/References/Doc.php @@ -29,8 +29,9 @@ public function resolve(Environment $environment, $data) $entry['url'] = $environment->relativeUrl('/'.$entry['url']); } else { $entry = array( - 'title' => '(unresolved)', - 'url' => '#' + 'title' => '(unresolved)', + 'titles' => array(), + 'url' => '#' ); }