From: jmtd Date: Thu, 18 Feb 2021 10:14:35 +0000 (-0400) Subject: simple fix: a missing semi colon X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2775aaebcb116dbc50666f1fb56b44ed87fa6be4 simple fix: a missing semi colon --- diff --git a/doc/todo/admonitions.mdwn b/doc/todo/admonitions.mdwn index d1109986b..5406365a5 100644 --- a/doc/todo/admonitions.mdwn +++ b/doc/todo/admonitions.mdwn @@ -164,3 +164,5 @@ the actiontab theme enabled: *— [[Jon]], 2021-02-15* > I had kind of given up on this guy here, to be honest, but if you want to see a working version, you can look at [my sandbox](https://anarc.at/sandbox/). Obviously, the CSS does need more tweaking, but it seems it's not my specialty. ;) -- [[anarcat]] + +>> It turned out to be a simple fix, a missing semicolon. [patch here](https://github.com/jmtd/ikiwiki/commit/3e31200ed258ba1f7ab1652d6bc2d035a9e5c990). The rest of that branch is just your admonitions branch rebased onto `3.20200202.3`. *—[[Jon]], 2021-02-18*