From 81554f1309cc6a80578100b9583a591012df0d43 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 17 Mar 2015 19:53:49 +0100 Subject: standlone HTML output --- controller/guicontroller.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'controller/guicontroller.php') diff --git a/controller/guicontroller.php b/controller/guicontroller.php index 8ebea8c..15380c7 100644 --- a/controller/guicontroller.php +++ b/controller/guicontroller.php @@ -122,6 +122,9 @@ class GuiController extends Controller 'note' => $note, 'note-content' => $contentHtml, 'links' => array( + 'html' => $this->urlGen->linkToRoute( + 'grauphel.notes.html', array('guid' => $guid) + ), 'json' => $this->urlGen->linkToRoute( 'grauphel.api.note', array( 'guid' => $guid, 'username' => $this->user->getUid() -- cgit v1.2.3