Making WordPress.org


Ignore:
Timestamp:
09/01/2025 02:43:43 AM (9 months ago)
Author:
dd32
Message:

Trac: Include trailing slashes in user links.

Fixes #8073.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r14505 r14519  
    55
    66<?python
    7     scripts_version = '227'
     7    scripts_version = '228'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
     
    293293    <py:match path="div[@id='content' and @class='prefs']/div[@id='tabcontent']" once="true">
    294294        <div id="tabcontent">
    295             Notifications are sent to the email listed in <a href="${profile_to_edit}${req.session['sid']}">your WordPress.org profile</a><py:if test="req.session['email']"> (${req.session['email']})</py:if>.
     295            Notifications are sent to the email listed in <a href="${profile_to_edit}${req.session['sid']}/">your WordPress.org profile</a><py:if test="req.session['email']"> (${req.session['email']})</py:if>.
    296296            <py:if test="notifications_enabled">
    297297                Notification preferences can be configured <a href="${wporg_endpoint}notifications/">here</a>.
Note: See TracChangeset for help on using the changeset viewer.