Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpy/mwlib/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mwlib/parser.py b/py/mwlib/parser.py
index fee95c3..f89571e 100755
--- a/py/mwlib/parser.py
+++ b/py/mwlib/parser.py
@@ -355,7 +355,7 @@ class ImageLink(Link):
frame = False
def isInline(self):
- return not bool(self.align or self.thumb)
+ return not bool(self.align or self.thumb or self.frame)
class LangLink(Link):
pass