We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1248122 commit 9dc85e7Copy full SHA for 9dc85e7
src/Distribution/Server/Features/Html.hs
@@ -1918,7 +1918,7 @@ mkHtmlAnalyticsPixels HtmlUtilities{..} CoreFeature{..} UserFeature{..} UploadFe
1918
template <- getTemplate templates "analytics-pixels-page.html"
1919
return $ toResponse $ template
1920
[ "pkgname" $= pkgname,
1921
- "AnalyticsPixels" $= map analyticsPixelUrl (Set.toList analyticsPixels)
+ "analyticsPixels" $= map analyticsPixelUrl (Set.toList analyticsPixels)
1922
]
1923
1924
userPackagesAnalyticsPixelsHtml :: UserName -> ServerPartE Response
0 commit comments