- From: Tobie Langel <notifications@github.com>
- Date: Mon, 09 Oct 2017 11:58:49 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 October 2017 11:59:11 UTC
tobie commented on this pull request. > if (!(/\bno-index\b/).test(pre.className)) { - output += html + "\n"; + output += html.replace(/<emu-nt>/, "<emu-nt id=\"" + pre.id.replace("prod-", "index-prod-") + "\">") + .replace(/#prod-([^a-z])/g, "#index-prod-$1") + "\n"; Good point. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/433#discussion_r143447553
Received on Monday, 9 October 2017 11:59:11 UTC