mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Fix a malformed inherit tag in linkinfopage.htmllite
This commit is contained in:
committed by
Neil Williams
parent
6ad89f49b2
commit
d877ec0751
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user