Bläddra i källkod

라이선스 칸 수정

2DU 9 år sedan
förälder
incheckning
cd0e838a87
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      templates/index.html

+ 1 - 1
templates/index.html

@@ -531,7 +531,7 @@
 			</div>
 			</div>
 			{% endif %}
 			{% endif %}
 			<hr id="last">
 			<hr id="last">
-			<p>{{license}}</p>
+			<p>{% autoescape false %}{{license}}{% endautoescape %}</p>
 			<div id="powered">
 			<div id="powered">
 				<a href="https://github.com/2DU/PYnamu"><img src="{{url_for('static', filename='images/on2.png')}}" width="100px"></a>
 				<a href="https://github.com/2DU/PYnamu"><img src="{{url_for('static', filename='images/on2.png')}}" width="100px"></a>
 			</div>
 			</div>