File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -791,7 +791,7 @@ export default {
791791 const title = doc .title ? doc .title .toString ().toLowerCase () : doc .title ;
792792 const author = doc .author ? doc .author .toString ().toLowerCase () : doc .author ;
793793 const doc_identifier = doc .doc_identifier ? doc .doc_identifier .toString ().toLowerCase () : doc .doc_identifier ;
794- const number = (doc .number && doc .number .value ) ? doc .number .value .toString ().toLowerCase () : doc . number . value ;
794+ const number = (doc .number && doc .number .value ) ? doc .number .value .toString ().toLowerCase () : ' ' ;
795795 const entry_type = doc .entry_type ? doc .entry_type .toString ().toLowerCase () : doc .entry_type ;
796796 const compiled_url = doc .compiled_url ? doc .compiled_url .toString ().toLowerCase () : doc .compiled_url ;
797797 const source_url = doc .source_url ? doc .source_url .toString ().toLowerCase () : doc .source_url ;
You can’t perform that action at this time.
0 commit comments