git ssb

0+

Dominic / weather



Commit a6eb08d4725dc6c74cbb79d0bacb719c0fc3cf19

correct markdon on swell and tides

Dominic Tarr committed on 1/9/2016, 11:44:54 PM
Parent: faaefd938a4c3648e37bcf804ae8e141ffb99c8c

Files changed

server.jschanged
server.jsView
@@ -56,10 +56,10 @@
5656 '## Forecast',
5757 sections(e.forecast),
5858 '## Outlook',
5959 sections(e.outlook),
60- e.swell ? '## Swell' + e.swell : '',
61- e.tides ? '## Tides' + renderTides(e.tides) : '',
60 + e.swell ? '## Swell\n\n' + e.swell : '',
61 + e.tides ? '## Tides\n\n' + renderTides(e.tides) : '',
6262 //oceanic forecasts
6363 e.warnings ? '## Warnings\n\n' +
6464 e.warnings.map(function (e) {
6565 return '### warning: '+e.name + ' (Analysis ' + e.analysis+')\n\n' +

Built with git-ssb-web