mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Escape guild name in embed
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
			
		||||
      {% include "opengraph_tags.html.j2" %}
 | 
			
		||||
    {% endwith %}
 | 
			
		||||
 | 
			
		||||
    <title>{{ guild['name'] }} - Embed - Titan Embeds for Discord</title>
 | 
			
		||||
    <title>{{ guild['name']|e }} - Embed - Titan Embeds for Discord</title>
 | 
			
		||||
    {% include 'google_analytics.html.j2' %}
 | 
			
		||||
    <script src='https://www.google.com/recaptcha/api.js'></script>
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
<meta property="og:title" content="{{ title }} page on Titan Embeds for Discord" />
 | 
			
		||||
<meta property="og:title" content="{{ title|e }} page on Titan Embeds for Discord" />
 | 
			
		||||
<meta property="og:type" content="website" />
 | 
			
		||||
<meta property="og:url" content="{{ request.base_url }}" />
 | 
			
		||||
<meta property="og:image" content="{{ url_for('static', filename='img/titanembeds_square.png', _external=True) if not image else image }}" />
 | 
			
		||||
<meta property="og:description" content="{{ description }}" />
 | 
			
		||||
<meta property="og:description" content="{{ description|e }}" />
 | 
			
		||||
		Reference in New Issue
	
	Block a user