[PR #17] [MERGED] Fixed 404 caused by unexpected question mark #15094

Closed
opened 2025-11-02 11:38:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/17
Author: @ghost
Created: 11/3/2016
Status: Merged
Merged: 11/8/2016
Merged by: @metalmatze

Base: masterHead: issue/3666


📝 Commits (1)

  • 01c5233 Fixed 404 caused by unexpected question mark

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 modules/template/template.go (+1 -1)
📝 routers/repo/editor.go (+1 -1)
📝 templates/repo/wiki/view.tmpl (+2 -2)

📄 Description

Very simply, this pull request modifies certain files to escape symbols in filenames that may cause 404s unescaped.


🔄 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/17 **Author:** [@ghost](https://github.com/ghost) **Created:** 11/3/2016 **Status:** ✅ Merged **Merged:** 11/8/2016 **Merged by:** [@metalmatze](https://github.com/metalmatze) **Base:** `master` ← **Head:** `issue/3666` --- ### 📝 Commits (1) - [`01c5233`](https://github.com/go-gitea/gitea/commit/01c5233b53d931996844716dfe80511fd1f9abb5) Fixed 404 caused by unexpected question mark ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `modules/template/template.go` (+1 -1) 📝 `routers/repo/editor.go` (+1 -1) 📝 `templates/repo/wiki/view.tmpl` (+2 -2) </details> ### 📄 Description Very simply, this pull request modifies certain files to escape symbols in filenames that may cause 404s unescaped. --- <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 11:38:43 -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#15094