projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f4df3
)
fixed bug, caused by string close prematurely
author
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 11:28:43 +0000
(12:28 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 11:28:43 +0000
(12:28 +0100)
scripts/posts.awk
patch
|
blob
|
history
diff --git
a/scripts/posts.awk
b/scripts/posts.awk
index
c789874
..
d9593f4
100644
(file)
--- a/
scripts/posts.awk
+++ b/
scripts/posts.awk
@@
-12,5
+12,5
@@
BEGIN {
}
END {
- print "</div
">
+ print "</div
>"
}