Please log in to bookmark issues
#2640 – 
Closed
Done This issue is marked as done / closed
Locked Most details of this issue cannot be edited because the workflow defines this step as "locked"
Bug report
1
Click to toggle a vote for this issue
0
0 + 0
This issue has been closed with status "Closed" and resolution "RESOLVED".
Time tracking started at Paused
Description

modules/main/templates/_textarea.inc.php has two links pointing to "issues.thebuggenie.com/wiki/MarkdownFormatting" without preceding http:// protocol, resulting in non-working links.

$ grep 'href="issues' core/modules/main/templates/_textarea.inc.php 
                <?php echo __('See more formatting tips in %markdown_formatting.', array('%markdown_formatting' => '<a href="issues.thebuggenie.com/wiki/MarkdownFormatting" target="_new" tabindex="-1">MarkdownFormatting</a>')); ?>
                <?php echo __('See more formatting tips in %markdown_formatting.', array('%markdown_formatting' => '<a href="issues.thebuggenie.com/wiki/MarkdownFormatting" target="_new" tabindex="-1">MarkdownFormatting</a>')); ?>
How to reproduce
  1. Open a text area, for example when reporting a new issue
  2. Have Markdown as Selected syntax
  3. Have the "See more formatting tips in MarkdownFormatting" tip appear (I don't know the exact steps to trigger this)
  4. Try to open the MarkdownFormatting link
Attachments0
/unthemed/mono/no-comments.png
Expand, collaborate and share
Post a comment and get things done
Important details
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Times and dates
  • Estimated time No time estimated
People involved
Other details
  • Unknown