Explorar el Código

라이선스 칸 수정

2DU hace 9 años
padre
commit
cd0e838a87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/index.html

+ 1 - 1
templates/index.html

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