mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Bugfix: Don't run the xenforo specialization on phpBB.
This commit is contained in:
parent
b73fcc19fe
commit
98d1898610
@ -38,7 +38,7 @@ public class HtmlProcessorSpecializations {
|
|||||||
return xenforoSpecialization;
|
return xenforoSpecialization;
|
||||||
}
|
}
|
||||||
if (generator.keywords().contains("phpbb")) {
|
if (generator.keywords().contains("phpbb")) {
|
||||||
return xenforoSpecialization;
|
return phpBBSpecialization;
|
||||||
}
|
}
|
||||||
if (generator.keywords().contains("javadoc")) {
|
if (generator.keywords().contains("javadoc")) {
|
||||||
return javadocSpecialization;
|
return javadocSpecialization;
|
||||||
|
Loading…
Reference in New Issue
Block a user