This commit is contained in:
Dario Bösch
2015-05-18 15:40:47 +02:00
parent f48f09bfdf
commit f72fcce440
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ feature -- HTTP Methods
lnk := node_api.node_link (n)
s.append ("<li class=%"cms_type_"+ n.content_type +"%">")
s.append (l_page.link (lnk.title, lnk.location, Void))
-- s.append (l_page.link (n.title + " (#" + n.id.out + ")", node_api.node_path (n), Void))
--s.append (l_page.link (n.title + " (#" + n.id.out + ")", node_api.node_path (n), Void))
s.append ("</li>%N")
end
end