Skip to content

Commit 9dc85e7

Browse files
committed
Fix analyticsPixel template variable name
1 parent 1248122 commit 9dc85e7

File tree

1 file changed

+1
-1
lines changed
  • src/Distribution/Server/Features

1 file changed

+1
-1
lines changed

src/Distribution/Server/Features/Html.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ mkHtmlAnalyticsPixels HtmlUtilities{..} CoreFeature{..} UserFeature{..} UploadFe
19181918
template <- getTemplate templates "analytics-pixels-page.html"
19191919
return $ toResponse $ template
19201920
[ "pkgname" $= pkgname,
1921-
"AnalyticsPixels" $= map analyticsPixelUrl (Set.toList analyticsPixels)
1921+
"analyticsPixels" $= map analyticsPixelUrl (Set.toList analyticsPixels)
19221922
]
19231923

19241924
userPackagesAnalyticsPixelsHtml :: UserName -> ServerPartE Response

0 commit comments

Comments
 (0)