[PR #3560] [MERGED] Fix issue with broken inter-wiki links #3506 #16996

Closed
opened 2025-11-02 12:23:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3560
Author: @charlesreid1
Created: 2/22/2018
Status: Merged
Merged: 3/5/2018
Merged by: @lafriks

Base: masterHead: master


📝 Commits (1)

  • 1319642 Fix wiki inter-links with cases and add tests for this case

📊 Changes

2 files changed (+16 additions, -6 deletions)

View changed files

📝 modules/markup/html.go (+5 -1)
📝 modules/markup/html_test.go (+11 -5)

📄 Description

This fixes issue #3506, in which inter-wiki links automatically generated in the sidebar contained + signs instead of - signs and were therefore all broken.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3560 **Author:** [@charlesreid1](https://github.com/charlesreid1) **Created:** 2/22/2018 **Status:** ✅ Merged **Merged:** 3/5/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1319642`](https://github.com/go-gitea/gitea/commit/1319642adeeb83ff6b221e44591cc515a08c05ec) Fix wiki inter-links with cases and add tests for this case ### 📊 Changes **2 files changed** (+16 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `modules/markup/html.go` (+5 -1) 📝 `modules/markup/html_test.go` (+11 -5) </details> ### 📄 Description This fixes issue #3506, in which inter-wiki links automatically generated in the sidebar contained `+` signs instead of `-` signs and were therefore all broken. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:23:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16996