slweb

Једноставни генератор статичких веб страна
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

чување 68f5e6bf70ebdb54bebb07fd710a70d0d86371a0
родитељ c61b0874f7df9eadb7f7fee752becee1208e8beb
Аутор: Страхиња Радић <contact@strahinja.org>
Датум:   Sat, 15 Jan 2022 22:45:48 +0100

Merge branch 'master' into fix-footnote-bug

Diffstat:
Mslweb.1.in | 4++++
Mslweb.c | 4++--
измењених датотека: 2, додавања: 6(+), брисања: 2(-)

diff --git a/slweb.1.in b/slweb.1.in @@ -424,6 +424,10 @@ will produce: <p>This is after the list.</p> .CDE . +.IP +Lists can't be nested, and the characters inside an existing list which would +otherwise start a list shall just be inserted as-is in the output. +. .IP \[bu] 4 .BR "Non\-breaking hyphen" . Tilde followed by a hyphen (\fC~-\fP) will insert \fC&#8209;\fP in the output. diff --git a/slweb.c b/slweb.c @@ -1901,11 +1901,11 @@ process_tag(FILE* output, const u8* token, const u8* link_prefix, && !read_yaml_macros_and_links) /* {made-by} */ { print_output(output, - "<div id=\"made-by\">\n" + "<div id=\"made-by\"><p><small>\n" "Generated by <a href=\"%s\">" "slweb</a>\n" "© %s Strahinya Radich.\n" - "</div><!--made-by-->\n", + "</small></p></div><!--made-by-->\n", MADEBY_URL, COPYRIGHTYEAR); output_firstcol = TRUE; }