diff --git a/docs/dgeni-package/templates/lib/githubLinks.html b/docs/dgeni-package/templates/lib/githubLinks.html index f0f9d3316d..574656542f 100644 --- a/docs/dgeni-package/templates/lib/githubLinks.html +++ b/docs/dgeni-package/templates/lib/githubLinks.html @@ -1,3 +1,3 @@ {% macro githubViewLink(doc) -%} - + {$ doc.fileInfo.relativePath $} (line {$ doc.location.start.line+1 $}) {%- endmacro -%}