如何使用 Drupal table 的内容链接从电子邮件中删除 x-webdoc?
How can I remove x-webdoc from emails using Drupal table of contents links?
我正在使用 Drupal simplenews 模块创建时事通讯。我正在使用 tableofcontents 模块。但是,在某些客户端(主要是 Mac)上,链接不起作用,因为它们使用 x-webdoc。
谁能建议我如何获得标准链接?
问题是 Apple 错误。显然 El Capitan 和 iOS9 上的 Apple Mail 不喜欢 named anchors。
The name attribute specifies the name of an anchor:
<a name="C4">Chapter 4</a>
当我在两个平台上使用 MailChimp 时事通讯遇到同样的问题时,我发现了这一点,但我 iPhone 上的另一个邮件应用程序 (Fastmail) 没有问题。但是 OS X 上的 AirMail 似乎也有同样的问题。奇怪。
我正在使用 Drupal simplenews 模块创建时事通讯。我正在使用 tableofcontents 模块。但是,在某些客户端(主要是 Mac)上,链接不起作用,因为它们使用 x-webdoc。
谁能建议我如何获得标准链接?
问题是 Apple 错误。显然 El Capitan 和 iOS9 上的 Apple Mail 不喜欢 named anchors。
The name attribute specifies the name of an anchor:
<a name="C4">Chapter 4</a>
当我在两个平台上使用 MailChimp 时事通讯遇到同样的问题时,我发现了这一点,但我 iPhone 上的另一个邮件应用程序 (Fastmail) 没有问题。但是 OS X 上的 AirMail 似乎也有同样的问题。奇怪。