diff options
author | neptune | 2021-03-26 17:39:29 -0300 |
---|---|---|
committer | neptune | 2021-03-26 17:39:29 -0300 |
commit | c6a63f5c141c5f144434e556fcf296be4240e7f9 (patch) | |
tree | a958e4355403e64fa204963620ec09541be11635 /cgi/templates/txt_base_top.html | |
parent | 0313477c29f101f332b51b2c1ea361320e22bd85 (diff) | |
download | weabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.tar.gz weabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.tar.xz weabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.zip |
Update
Diffstat (limited to 'cgi/templates/txt_base_top.html')
-rw-r--r-- | cgi/templates/txt_base_top.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi/templates/txt_base_top.html b/cgi/templates/txt_base_top.html index 7499fb4..35b871f 100644 --- a/cgi/templates/txt_base_top.html +++ b/cgi/templates/txt_base_top.html @@ -28,8 +28,9 @@ <?py else: ?> <link rel="stylesheet" type="text/css" href="#{force_css}" /> <?py #endif ?> -<?py if board in ['zonavip', 'world']: ?> +<?py if board == 'zonavip': ?> <link rel="stylesheet" href="/static/css/txt/sjis.css" /> + <link rel="stylesheet" href="/static/css/txt/vipper.css" /> <?py #endif ?> <script type="text/javascript" src="#{static_url}js/weabotxt.js"></script> <script type="text/javascript" src="#{static_url}js/aquiencitas.js"></script> |