소스 검색

Improve redirected from behavior.

pull/24/head
Ben Kurtovic 9 년 전
부모
커밋
f43797fc8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/index.mako

+ 1
- 1
templates/index.mako 파일 보기

@@ -171,7 +171,7 @@
% endif
% if query.redirected_from:
<br />
<span id="redirected-from">Redirected from <a href="${query.redirected_from.url}">${query.redirected_from.title | h}</a>. <a href="${request.url | httpsfix, h}&amp;noredirect=1">Check the original page.</a></span>
<span id="redirected-from">Redirected from <a href="//${query.site.domain | h}/w/index.php?title=${query.redirected_from.title | u}&amp;redirect=no">${query.redirected_from.title | h}</a>. <a href="${request.url | httpsfix, h}&amp;noredirect=1">Check original.</a></span>
% endif
</td>
<td>


불러오는 중...
취소
저장