Skip to content

Commit b49cb88

Browse files
committed
More time series name changes for URLs
1 parent eb19d39 commit b49cb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlowMatters.Source.Veneer/SourceService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ private static bool MatchesElements(ProjectViewRow row, string networkElement, s
578578

579579
public static string URLSafeString(string src)
580580
{
581-
return src.Replace("#","").Replace("/","%2F");
581+
return src.Replace("#","").Replace("/","%2F").Replace(":","");
582582
}
583583

584584
protected void Log(string query)

0 commit comments

Comments
 (0)