aboutsummaryrefslogtreecommitdiff
path: root/games/arx-libertatis/files/patch-src_platform_Dialog.cpp
blob: 7492c7063743d65de5d1bcefdc89df8e1a0c2a04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/platform/Dialog.cpp.orig	2021-07-14 00:04:34 UTC
+++ src/platform/Dialog.cpp
@@ -175,7 +175,7 @@ static std::string formatAsHtml(const std::string & te
 				oss << "http://";
 				i += 6;
 			} else if(!link && line.compare(i, 8, "https://", 8) == 0) {
-				oss << "<a href=";
+				oss << "<a href=\"";
 				link_start = oss.tellp(), link = true;
 				oss << "https://";
 				i += 7;