Changes
Jump to navigation
Jump to search
only return contentTitle if it will be used
env = env or p.getEnvironment(args)
local docTitle = env.docTitle
if not args.content and docTitle and docTitle.exists then
return docTitle.prefixedText
else