| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ const getCertdataURL = (version) => { | |||
| 28 | 28 | return certdataURL; | |
| 29 | 29 | }; | |
| 30 | 30 | ||
| 31 | - const normalizeTD = (text) => { | ||
| 31 | + const normalizeTD = (text = '') => { | ||
| 32 | 32 | // Remove whitespace and any HTML tags. | |
| 33 | 33 | return text?.trim().replace(/<.*?>/g, ''); | |
| 34 | 34 | }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments