Changeset 1188


Ignore:
Timestamp:
Jan 23, 2024, 4:53:05 AM (10 months ago)
Author:
iritscen
Message:

ValBot: Removed line converting slashes to HTML notation that now seems to cause a problem rather than solve one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ValBot/Python/check_intrawiki_section_links.py

    r1186 r1188  
    6464   target_page_name_human = target_page_name.replace('_', ' ')
    6565   if debug: pywikibot.stdout('         Searching for section link {} on page.'.format(anchor_name))
    66 
    67    # Convert slash character to the dot-notation hex encoding that MediaWiki uses
    68    anchor_name = anchor_name.replace('/', '.2F')
    6966
    7067   # Read linked page to see if it really has this anchor link
Note: See TracChangeset for help on using the changeset viewer.