nanreh / calendar-hack

Calendar Hack: a web application for runners who train for races.

Home Page:https://www.defy.org/hacks/calendarhack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in pfitz_18_55.csv

geashby opened this issue · comments

Error in calendar-hack/public/plans/csv/pfitz_18_55.csv, line 62

The distance is not entered as a variable, but as plain text, and the mi-km conversion in the plain text is incorrect

Line reads: "Long run 18 mi (34 km)","",18
Line should read: "Long run {18}","",18

Nice catch, thank you for pointing it out. Fixed.