mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
13 lines
516 B
Diff
13 lines
516 B
Diff
diff --git a/cloud_sptheme/ext/index_styling.py b/cloud_sptheme/ext/index_styling.py
|
|
index 8fd8e6d..64a0958 100644
|
|
--- a/cloud_sptheme/ext/index_styling.py
|
|
+++ b/cloud_sptheme/ext/index_styling.py
|
|
@@ -1,7 +1,7 @@
|
|
"""cloud_sptheme.ext.index_styling - improves css styling for genindex"""
|
|
import logging; log = logging.getLogger(__name__)
|
|
import re
|
|
-from jinja2 import Markup as literal, escape
|
|
+from markupsafe import Markup as literal, escape
|
|
from cloud_sptheme import __version__
|
|
|
|
prefix = r"^(?P<name>.*)\("
|