From 014e984736e06184141787ef5fc4437e2ca00e8f Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Thu, 21 Sep 2023 18:45:14 -0500 Subject: Fix regex "bug" --- dnw/static-pages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dnw') diff --git a/dnw/static-pages.scm b/dnw/static-pages.scm index 8e772e7..ac90d5f 100644 --- a/dnw/static-pages.scm +++ b/dnw/static-pages.scm @@ -139,7 +139,7 @@ (p "I dislike: OOP, Javascript, the Intel Management Engine, almost all TV and movies, number theory, measure theory, " "drugs, the War on Drugs, appeals to authority, the Federal Reserve System, occupational licensure, and collectivism.") (h1 "Touching Grass") - (p "I listen to (.*)core, rock and metal from the 60s–80s, microtonal and avant-garde jazz and classical, and old standards. " + (p "I listen to (.*?)core, rock and metal from the 60s–80s, microtonal and avant-garde jazz and classical, and old standards. " "I all-too-seldom go outside: when I remember I enjoy it, I resistance train, hike, (spin|fly) fish, (snow|water) ski, " "climb, and mountaineer. " "I read high fantasy and sci-fi obsessively for about 10 years, and occasionally go back through " -- cgit v1.2.3