From 66dd115f11c940a7a6ba511fe0b64b123e659369 Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 31 Aug 2017 15:46:14 +0000 Subject: [PATCH] Support for creating indivual link elements in Foundry git-svn-id: https://svn.libreccm.org/ccm/trunk@4969 8810af33-2d31-482b-a856-94f89814c4df --- .../foundry/lib/template-tags/html-tags.xsl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl index 64fb72254..2b8a03093 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl @@ -1676,6 +1676,24 @@ + + + Generates a link element. Only usable in the head. + + + + Description of the link link element in the HTML specification + + + + + + + + + + + Generates a HTML5 main element.