+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -2129,7 +2129,7 @@ function initFormatRules(): FormatRule[] {
2129
2129
2130
2130
return (
2131
2131
<span className={multiLineClass}>
2132
-
{cell.split(",").map((t, i) => <a key={i} href="tel:">{t.trim()}</a>).joinCommaHtml(",")}
2132
+
{cell.split(",").map((t, i) => <a key={i} href={`tel:${t.trim()}`}>{t.trim()}</a>).joinCommaHtml(",")}
2133
2133
</span>
2134
2134
);
2135
2135
}, false, "telephone-link-cell")
@@ -2153,7 +2153,7 @@ function initFormatRules(): FormatRule[] {
2153
2153
2154
2154
return (
2155
2155
<span className={multiLineClass}>
2156
-
<a href="mailto:">{cell}</a>
2156
+
<a href={`mailto:${cell}`}>{cell}</a>
2157
2157
</span>
2158
2158
);
2159
2159
}, false, "email-link-cell")
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4