fix a funny typo - grabtitle - stupid HTML title grabber
HTML git clone git://git.codemadness.org/grabtitle
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 20c709323a5d0f6266c8b82c5133cea7c03108e6
DIR parent 9abb09b8e70f977f2fde1dda6bac3d7d6c989a2a
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 14 Jul 2026 16:46:36 +0200
fix a funny typo
there is no <temple> HTML tag (yet) :)
Diffstat:
M grabtitle.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/grabtitle.c b/grabtitle.c
@@ -166,7 +166,7 @@ xmltagstartparsed(XMLParser *p, const char *t, size_t tl, int isshort)
ignore = 0;
} else if (!strcasecmp(t, "script") ||
!strcasecmp(t, "style") ||
- !strcasecmp(t, "temple") ||
+ !strcasecmp(t, "template") ||
!strcasecmp(t, "textarea")) {
} else {
return;