prepare release of 0.5.1
[grauphel.git] / controller / guicontroller.php
index 15380c7294c479d1e5490a4ba49139c73c7e5ea5..29dd03f9d0c631b3396625e320bffa1eba9ff6fd 100644 (file)
@@ -130,6 +130,9 @@ class GuiController extends Controller
                             'guid' => $guid, 'username' => $this->user->getUid()
                         )
                     ),
+                    'text' => $this->urlGen->linkToRoute(
+                        'grauphel.notes.text', array('guid' => $guid)
+                    ),
                     'xml' => $this->urlGen->linkToRoute(
                         'grauphel.notes.xml', array('guid' => $guid)
                     ),