[metrics-web/master] Fix minor HTML display bugs with double quotes.

commit 63e1e6fc50d52e1247b9f6eb218042a03783450a Author: Karsten Loesing <karsten.loesing@gmx.net> Date: Fri Oct 27 09:31:57 2017 +0200 Fix minor HTML display bugs with double quotes. --- website/src/main/resources/etc/news.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/main/resources/etc/news.json b/website/src/main/resources/etc/news.json index e5976fb..37e6a72 100644 --- a/website/src/main/resources/etc/news.json +++ b/website/src/main/resources/etc/news.json @@ -321,7 +321,7 @@ "protocols": [ "meek" ], - "description": "'How to use the “meek” pluggable transport' blog post is published.", + "description": "'How to use the “meek” pluggable transport' blog post is published.", "links": [ "<a href=\"https://blog.torproject.org/how-use-meek-pluggable-transport\">blog post</a>" ]
participants (1)
-
karsten@torproject.org