Fix a malformed inherit tag in linkinfopage.htmllite

This commit is contained in:
Jordan Milne
2014-11-18 22:19:42 -04:00
committed by Neil Williams
parent 6ad89f49b2
commit d877ec0751

View File

@@ -20,7 +20,10 @@
## reddit Inc. All Rights Reserved.
###############################################################################
<%inherit file="base.htmllite" import="_ws"/>
<%!
from r2.lib.template_helpers import _ws
%>
<%inherit file="base.htmllite"/>
${thing._content}