Fixes #3269 In the HTML4 days, fragments weren't allowed to have `%` signs, so mediawiki generated fragments with `%` replaced with a `.` In HTML5, fragments can have % encoded characters, and so in 2017 wikipedia switched over to this for their automatically generated fragments, while keeping the "dot" versions available as a fallback. However, we have been automatically converting all fragments, including manually specified anchors that do not have "dot"-encoded versions available. So we can now simplify everything by just using the HTML5 percent-encoded fragments. |
||
---|---|---|
.. | ||
application_helper_test.rb | ||
asset_helper_test.rb | ||
browse_helper_test.rb | ||
browse_tags_helper_test.rb | ||
changesets_helper_test.rb | ||
geocoder_helper_test.rb | ||
note_helper_test.rb | ||
title_helper_test.rb | ||
user_blocks_helper_test.rb | ||
user_helper_test.rb | ||
user_roles_helper_test.rb |