mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
modelists: fix page title for extbans table
[skip ci]
This commit is contained in:
parent
f8abdd1244
commit
ce3b1152b2
@ -5,7 +5,7 @@
|
|||||||
<meta name=viewport content="width=device-width, initial-scale=1">
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Support Extbans for PyLink Relay</title>
|
<title>Supported Extbans for PyLink</title>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
@ -12,7 +12,7 @@ os.chdir(os.path.dirname(__file__))
|
|||||||
FILES = {
|
FILES = {
|
||||||
'user-modes.csv': 'Supported User Modes for PyLink',
|
'user-modes.csv': 'Supported User Modes for PyLink',
|
||||||
'channel-modes.csv': 'Supported Channel 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):
|
def _write(outf, text):
|
||||||
|
Loading…
Reference in New Issue
Block a user