Fixed Nonsensical description meta when user titles are not in use

md_5

Well-known member
When user titles are not in use and hence the user has no title, their member page description is a bit odd:

Code:
<meta name="description" content="md_5 is a  at SpigotMC - High Performance Minecraft"/>
I suggest that the "a" gets removed if they have no title.
 
I've changed the approach of this meta description a bit. Even with a title, there are cases where this doesn't read well so we've separated it into a more straightforward sentence and then the user blurb (which can handle variable pieces).
 
Top Bottom