##// END OF EJS Templates
help: deprecate ui.slash in favor of slashpath template filter (issue5572)...
Yuya Nishihara -
r35461:b86f5242 default
parent child Browse files
Show More
@@ -2184,6 +2184,8 b' User interface controls.'
2184 (default: True)
2184 (default: True)
2185
2185
2186 ``slash``
2186 ``slash``
2187 (Deprecated. Use ``slashpath`` template filter instead.)
2188
2187 Display paths using a slash (``/``) as the path separator. This
2189 Display paths using a slash (``/``) as the path separator. This
2188 only makes a difference on systems where the default path
2190 only makes a difference on systems where the default path
2189 separator is not the slash character (e.g. Windows uses the
2191 separator is not the slash character (e.g. Windows uses the
General Comments 0
You need to be logged in to leave comments. Login now