BlogEngine / BlogEngine.NET

Multi-User ASP.NET Blogging Application

Home Page:https://blogengine.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag Cloud URL is incorrect ver. 3.3.8.0 - fix

enterpriseguru1 opened this issue · comments

TagCloud.cs was populating Links utilizing line 37 code $"{Utils.AbsoluteWebRoot}?tag={HttpUtility.UrlEncode(key)}",

Code needs to be $"{Utils.AbsoluteWebRoot}blog/?tag={HttpUtility.UrlEncode(key)}",
for URL's to resolve correctly for pages and posts