From 062754e6dd7c111612da57ed2c981e754ac79fe5 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 4 Feb 2021 22:10:34 -0500 Subject: [PATCH] period instead of comma fix --- homepage/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/quotes.js b/homepage/quotes.js index 54d2dc9..3a6e20a 100644 --- a/homepage/quotes.js +++ b/homepage/quotes.js @@ -99,7 +99,7 @@ window.initializequotes = function() { "Terry A. Davis" ], // god [ "When in doubt, use brute force.", "Ken Thompson" ], // Bumper Sticker CS - [ "Where MS Word is WYSIWYG (What You See Is What You Get), and Latex is WYGIWYW (What You Get Is What You Want), HTML is WYGIWYD (What You Get Is What You Deserve).". + [ "Where MS Word is WYSIWYG (What You See Is What You Get), and Latex is WYGIWYW (What You Get Is What You Want), HTML is WYGIWYD (What You Get Is What You Deserve).", "Anonymous" ], // me [ "Easy is the opposite of hard, not the opposite of time-consuming.", "Brad Fitzpatrick" ], // discussion about plan9 support with Go