瀏覽代碼

Use ndashes instead of hyphens in the title.

master
Ben Kurtovic 8 年之前
父節點
當前提交
64e77c1e5a
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      templates/api.mako
  2. +1
    -1
      templates/error.mako
  3. +1
    -1
      templates/settings.mako

+ 1
- 1
templates/api.mako 查看文件

@@ -33,7 +33,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>API - Earwig's Copyvio Detector</title>
<title>API &ndash; Earwig's Copyvio Detector</title>
<link rel="stylesheet" href="${request.script_root}${url_for('static', file='api.min.css')}" type="text/css" />
</head>
<body>


+ 1
- 1
templates/error.mako 查看文件

@@ -1,4 +1,4 @@
<%include file="/support/header.mako" args="title='Error! - Earwig\'s Copyvio Detector'"/>
<%include file="/support/header.mako" args="title='Error! &ndash; Earwig\'s Copyvio Detector'"/>
<h2>Error!</h2>
<p>An error occurred. If it hasn't been reported (<a href="https://github.com/earwig/copyvios/issues">try to check</a>), please <a href="https://github.com/earwig/copyvios/issues/new">file an issue</a> or <a href="mailto:wikipedia.earwig@gmail.com">email me</a>. Include the following information:</p>
<div id="info-box" class="red-box">


+ 1
- 1
templates/settings.mako 查看文件

@@ -3,7 +3,7 @@
from flask import g, request
from copyvios.misc import cache
%>\
<%include file="/support/header.mako" args="title='Settings - Earwig\'s Copyvio Detector'"/>
<%include file="/support/header.mako" args="title='Settings &ndash; Earwig\'s Copyvio Detector'"/>
% if status:
<div id="info-box" class="green-box">
<p>${status}</p>


Loading…
取消
儲存