summaryrefslogtreecommitdiff
path: root/internal/reader/rewrite/rewrite_functions.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/reader/rewrite/rewrite_functions.go')
-rw-r--r--internal/reader/rewrite/rewrite_functions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/reader/rewrite/rewrite_functions.go b/internal/reader/rewrite/rewrite_functions.go
index e84f3d3c..122b2327 100644
--- a/internal/reader/rewrite/rewrite_functions.go
+++ b/internal/reader/rewrite/rewrite_functions.go
@@ -292,7 +292,7 @@ func addInvidiousVideo(entryURL, entryContent string) string {
func addPDFLink(entryURL, entryContent string) string {
if strings.HasSuffix(entryURL, ".pdf") {
- return fmt.Sprintf(`<a href="%s">PDF</a><br>%s`, entryURL, entryContent)
+ return fmt.Sprintf(`<a href=%q>PDF</a><br>%s`, entryURL, entryContent)
}
return entryContent
}
orts-map Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/api/FFI.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-17Missing from commitGravatar Jarred Sumner 1-23/+22
2022-12-17Fixes https://github.com/oven-sh/bun/issues/1624Gravatar Jarred Sumner 1-41/+1
2022-12-17Regenerate builtinsGravatar Jarred Sumner 1-7/+2
2022-12-17Update transpiler.test.jsGravatar Jarred Sumner 1-17/+24
2022-12-17Update WebKitGravatar Jarred Sumner 6-28/+28