server: join slurped parts with <hr> elements
This commit is contained in:
parent
6505c90f32
commit
43b3625656
@ -266,7 +266,7 @@ impl Transformer for SlurpContents {
|
||||
//warn!("couldn't find '{:?}' in {}", selector, link);
|
||||
}
|
||||
}
|
||||
Ok(results.join(""))
|
||||
Ok(results.join("<hr>"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user