Go to file
Subramanya Sastry c7e6c2d0f8 Bug fixes in Cite.php + Parsoid Extension API
Two classic PHP errors
- string '0' is a falsy value in if conditions and so we need an
  explicit === '' check for empty strings
- arrays need to be passed by reference to capture modifications
  in callers.

Change-Id: I07d0e39c44a923ac1faeb2de01433e951c3de914
2019-07-29 13:24:17 -05:00
lib/ext/Cite Gallery: shift TSRs in the DOM, rather than fibbing about srcOffset 2019-06-28 14:10:16 +00:00
src/Parsoid Bug fixes in Cite.php + Parsoid Extension API 2019-07-29 13:24:17 -05:00