Skip to content

Commit f45084f

Browse files
author
AtonKi
committed
updatemarkupsafe
1 parent a909fc6 commit f45084f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FlaskApp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
from markupsafe import escape
2+
from markupsafe import Markup, escape
33
from werkzeug.utils import secure_filename
44
from flask import Flask ,render_template, redirect, url_for, flash, request, send_from_directory
55

@@ -26,7 +26,7 @@ def page_not_found(error):
2626
# Rutas index
2727
@app.route('/')
2828
def index():
29-
29+
3030
titlePage = '| The Aton Code Blog'
3131
text = { 'content': 'Welcome to Aton Code' }
3232
Titleparagraf ={'content': 'The WarGames Movie'}

FlaskApp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ click==6.7
22
Flask==1.0.2
33
itsdangerous==0.24
44
Jinja2==2.10
5-
MarkupSafe==1.0
5+
MarkupSafe==1.1.1
66
Werkzeug==0.14.1
77
bcrypt==3.1.4
88
blinker==1.4

0 commit comments

Comments
 (0)