Skip to content

Commit 258757c

Browse files
committed
fix @file
1 parent 9b8342e commit 258757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function handle_description() {
277277
return;
278278
}
279279

280-
if (file_title != "" && file_description == "") {
280+
if (file_intro_enabled != 0 && file_description == "") {
281281
debug("→ → file description: added")
282282
file_description = description
283283
description = ""

0 commit comments

Comments
 (0)