- From: Sahel Sharify <notifications@github.com>
- Date: Thu, 28 Nov 2019 19:59:46 -0800
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 November 2019 03:59:48 UTC
closes #355
I also manually fixed the spacing inside ```<ol></ol>``` tags where tidy (5.6.0) had deleted spaces after closing tags:
e.g tidy converts ```For each <var>member</var> in...``` to ```For each <var>member</var>in...``` deleting the space between ```</var>``` and ```in```.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/payment-handler/pull/356
-- Commit Summary --
* Fix shippingOptions and PaymentOption links
-- File Changes --
M index.html (34)
-- Patch Links --
https://github.com/w3c/payment-handler/pull/356.patch
https://github.com/w3c/payment-handler/pull/356.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/pull/356
Received on Friday, 29 November 2019 03:59:48 UTC