Changes
Jump to navigation
Jump to search
fixed Title end-dot when NOT-equal: config.CitationClass ~= "book"
URL = nil
end
if ( config.CitationClass =~= "book" ) then
Title = Title .. "." end -- with end-dot
else