mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			516 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 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>.*)\("
 |