diff --git a/src/controllers/organisms/RoomView.js b/src/controllers/organisms/RoomView.js index 540ac11933..495f86e872 100644 --- a/src/controllers/organisms/RoomView.js +++ b/src/controllers/organisms/RoomView.js @@ -353,7 +353,8 @@ module.exports = { } if (!TileType) continue; ret.unshift( -
  • + // XXX: don't wrap everything in a needless li - make the TileType a li if we must :( +
  • ); if (dateSeparator) { ret.unshift(dateSeparator);