From 9e4d86be5151d91bb7e4b84ce7f574609bc047e2 Mon Sep 17 00:00:00 2001 From: friedelwolff Date: Fri, 27 Nov 2009 13:18:09 +0000 Subject: Maark XMLTagPlaceable as editable to allow editing of XML attributes. This fixes bug 1287, but will probably be revisited. git-svn-id: https://translate.svn.sourceforge.net/svnroot/translate/src/trunk/translate@13385 54714841-351b-0410-a198-e36a94b762f5 --- 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*=".*?")?)*/?>|') parse = classmethod(regex_parse) -- cgit v0.9.1