From 5341ceee093f3b3305281eac63863febd8f2090b Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Wed, 21 Aug 2013 18:32:17 -0700 Subject: [PATCH] Fix subreddit header attribute name. --- r2/r2/lib/jsontemplates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/lib/jsontemplates.py b/r2/r2/lib/jsontemplates.py index 6d475e364..b63371fe7 100755 --- a/r2/r2/lib/jsontemplates.py +++ b/r2/r2/lib/jsontemplates.py @@ -254,7 +254,7 @@ class SubredditJsonTemplate(ThingJsonTemplate): "comment_score_hide_mins", "description", "description_html", - "header_img", + "header", "header_size", "header_title", "submit_link_label",