Skip to content

Commit 62e5473

Browse files
committed
#12536 - adding '$' to the unwanted_citation_key_characters as a default.
1 parent 8c51bed commit 62e5473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jabref/logic/preferences/JabRefCliPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ protected JabRefCliPreferences() {
577577
defaults.put(CONFIRM_LINKED_FILE_DELETE, Boolean.TRUE);
578578
defaults.put(KEEP_DOWNLOAD_URL, Boolean.TRUE);
579579
defaults.put(DEFAULT_CITATION_KEY_PATTERN, "[auth][year]");
580-
defaults.put(UNWANTED_CITATION_KEY_CHARACTERS, "-`ʹ:!;?^");
580+
defaults.put(UNWANTED_CITATION_KEY_CHARACTERS, "-`ʹ:!;?^$");
581581
defaults.put(RESOLVE_STRINGS_FOR_FIELDS, "author;booktitle;editor;editora;editorb;editorc;institution;issuetitle;journal;journalsubtitle;journaltitle;mainsubtitle;month;publisher;shortauthor;shorteditor;subtitle;titleaddon");
582582
defaults.put(DO_NOT_RESOLVE_STRINGS, Boolean.FALSE);
583583
defaults.put(NON_WRAPPABLE_FIELDS, "pdf;ps;url;doi;file;isbn;issn");

0 commit comments

Comments
 (0)