Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ without escaping. That is the preferred way to insert markup inside html templat

Also note that there are two contexts to insert markup - tag and attribute.
In case of tag ``mint.Markup`` instances will be inserted without modifications.
But if you attemted to insert markup in attribute it will be additionaly escaped.
But if you attempted to insert markup in attribute it will be additionaly escaped.

For example we have such python code::

Expand Down