diff --git a/r2/r2/lib/pages/things.py b/r2/r2/lib/pages/things.py index 421dd9bc9..00e257eb1 100644 --- a/r2/r2/lib/pages/things.py +++ b/r2/r2/lib/pages/things.py @@ -220,6 +220,7 @@ def default_thing_wrapper(**params): w.rowstyle = 'promoted link' elif style == 'htmllite': w.score_fmt = Score.points + w.should_incr_counts = style != 'htmllite' return w params['parent_wrapper'] = _default_thing_wrapper return make_wrapper(**params)