Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--translate-toolkit-1.5.1/translate/storage/placeables/general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate-toolkit-1.5.1/translate/storage/placeables/general.py b/translate-toolkit-1.5.1/translate/storage/placeables/general.py
index 8717e51..9a232c1 100644
--- a/translate-toolkit-1.5.1/translate/storage/placeables/general.py
+++ b/translate-toolkit-1.5.1/translate/storage/placeables/general.py
@@ -273,7 +273,7 @@ class SpacesPlaceable(Ph):
class XMLTagPlaceable(Ph):
"""Placeable handling XML tags."""
- iseditable = False
+ iseditable = True
istranslatable = False
regex = re.compile(r'<(\w+)(\s(\w*=".*?")?)*/?>|</(\w+)>')
parse = classmethod(regex_parse)