3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

modelists: fix page title for extbans table

[skip ci]
This commit is contained in:
James Lu 2018-01-05 18:45:56 -08:00
parent f8abdd1244
commit ce3b1152b2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<meta name=viewport content="width=device-width, initial-scale=1">
<head>
<title>Support Extbans for PyLink Relay</title>
<title>Supported Extbans for PyLink</title>
<style>
html {

View File

@ -12,7 +12,7 @@ os.chdir(os.path.dirname(__file__))
FILES = {
'user-modes.csv': 'Supported User Modes for PyLink',
'channel-modes.csv': 'Supported Channel Modes for PyLink',
'extbans.csv': 'Support Extbans for PyLink Relay',
'extbans.csv': 'Supported Extbans for PyLink',
}
def _write(outf, text):