Use an SVG image for clipboard instead of unicode character
This commit is contained in:
@@ -215,7 +215,7 @@ impl<'tcx> Context<'tcx> {
|
||||
&self.shared.layout,
|
||||
&page,
|
||||
|buf: &mut _| print_sidebar(self, it, buf),
|
||||
|buf: &mut _| print_item(self, it, buf),
|
||||
|buf: &mut _| print_item(self, it, buf, &page),
|
||||
&self.shared.style_files,
|
||||
)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user