Skip to content

Commit 5026a4d

Browse files
Annotate code block correctly with ::
1 parent ee830b9 commit 5026a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ for example trying to insert a row with a primary key that already exists.
630630
Adding a favicon to the admin page
631631
************************************
632632
Adding a favicon to flask-admin is easy: just save a .ico file and add a /favicon.ico
633-
route to your flask app.
633+
route to your flask app.::
634634

635635
from flask import redirect, url_for
636636
@app.route("/favicon.ico")

0 commit comments

Comments
 (0)