Related to T146628, but much simpler:
MediaWiki rangeblocks are always in the following form: [First address in range]/[CIDR suffix].
[[Special:Block/127.0.0.**5**/24]] is a redirect to [[Special:Block/127.0.0.**0**/24]]. Add the same redirection behavior to Special:Log, please.
Current behavior:
* Open https://en.wikipedia.org/wiki/Special:Log?type=block&user=&page=127.0.0.5%2F24
* See "No matching items in log."
* Open https://en.wikipedia.org/wiki/Special:Log?type=block&user=&page=127.0.0.0%2F24
* See the previous blocks on the range.
Expected behavior:
* Open https://en.wikipedia.org/wiki/Special:Log?type=block&user=&page=127.0.0.5%2F24
* See the previous blocks on the range.
The behavior is already present when opening [[Special:Block]]; please simply copy that functionality to [[Special:Log]] as an interim solution. T146628 is open since 2016; implementing this quick fix probably won't take as long.