Explorar o código

fix managedReference template (it was causing an exception in template rendering engine causing empty API pages)

Virgile Bello %!s(int64=7) %!d(string=hai) anos
pai
achega
2723db7020
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      en/template/ManagedReference.html.primary.tmpl

+ 0 - 2
en/template/ManagedReference.html.primary.tmpl

@@ -4,7 +4,6 @@
 {{!include(favicon.ico)}}
 {{!include(logo.svg)}}
 {{!include(search-stopwords.json)}}
-{{#item}}
 <!DOCTYPE html>
 <!--[if IE]><![endif]-->
 <html>
@@ -69,4 +68,3 @@
     {{>partials/scripts}}
   </body>
 </html>
-{{/item}}