https://bugzilla.wikimedia.org/show_bug.cgi?id=17848
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mar...@semantic- | |mediawiki.org --- Comment #4 from Markus Krötzsch <[email protected]> 2009-03-27 15:43:57 UTC --- (In reply to comment #2) > Well the behaviour is really strange because every null-edit changes the > output > > Another thig is that the getShortWikiText and getShortHTMLText is a bit > strange > to me > > if ( ($linked === NULL) || ($linked === false) || ($this->m_url == '') || > ($this->m_caption == '') ) { > return $this->m_caption; > > Is this right that when m_caption is empty m_caption is printed? > Yes, this is how it is possible to hide annotations by giving only a space as alternative text. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
