Skip to content

Commit

Permalink
Remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 16, 2023
1 parent 7f90d69 commit dcf0469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static String getTitleValue(LogicalDivision element, String metadataTitle
if (metadataTitle.isPresent()) {
return metadataTitle.get();
}
return "";
return " - ";
}

/**
Expand Down

0 comments on commit dcf0469

Please sign in to comment.