A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/signumsoftware/framework/commit/41fc3c0c4732e2ce5750648d65b7030bce08c5e2 below:

Merge remote-tracking branch 'AlejandroCano/ResponsiveSearchControl' · signumsoftware/framework@41fc3c0 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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