diff --git a/manuscript/markdown/References and Rebinding/modules.md b/manuscript/markdown/References and Rebinding/modules.md index 95a7891..718f162 100644 --- a/manuscript/markdown/References and Rebinding/modules.md +++ b/manuscript/markdown/References and Rebinding/modules.md @@ -85,7 +85,7 @@ For example, this date format function cribbed from somewhere or other has a hel day_diff > 360 && Math.floor( day_diff / 360) + " years " + Math.floor(day_diff%360/32) + " months ago") + ''; } - else return '-' + else return '-'; function unformattedDate (time) { return new Date((time || "").replace(/[-+]/g,"/").