diff --git a/extra/webapps/planet/planet.factor b/extra/webapps/planet/planet.factor index 3f7fed6446..aaefa6d324 100644 --- a/extra/webapps/planet/planet.factor +++ b/extra/webapps/planet/planet.factor @@ -92,7 +92,7 @@ SYMBOL: cached-postings cached-postings get 4 head print-posting-summaries ; : planet-factor ( -- ) - [ + serving-html [ "resource:extra/webapps/planet/planet.fhtml" run-template-file ] with-html-stream ;