5 |
@Description: |
@Description: |
6 |
@@@: WikiView output partial downgrade for old clients |
@@@: WikiView output partial downgrade for old clients |
7 |
@@lang:en |
@@lang:en |
8 |
@License: %%GPL%% |
@License: %%Perl%% |
9 |
@Author: |
@Author: |
10 |
@@Name: |
@@Name: |
11 |
@@@@: Wakaba |
@@@@: Wakaba |
12 |
@@@lang:ja |
@@@lang:ja |
13 |
@@@script:Latn |
@@@script:Latn |
14 |
@@Mail[list]: w@suika.fam.cx |
@@Mail[list]: w@suika.fam.cx |
15 |
@Date.RCS: $Date$ |
@Date.RCS: |
16 |
@RequiredModule[list]: |
$Date$ |
|
@RequiredPlugin[list]: |
|
17 |
|
|
18 |
PluginConst: |
PluginConst: |
19 |
@NS_XHTML1: |
@NS_XHTML1: |
110 |
$flag->{html_no_table_abbr} = 1; |
$flag->{html_no_table_abbr} = 1; |
111 |
$flag->{stylesheet_no_css} = 1; |
$flag->{stylesheet_no_css} = 1; |
112 |
} |
} |
113 |
|
|
114 |
|
if ($ua_name =~ /[Bb][Oo][Tt]/) { |
115 |
|
$flag->{is_robot} = 1; |
116 |
|
} |
117 |
|
|