- Bugfix: made printer-friendly pages work. They were rendered but never
printed.4.3.x
parent
51976ac134
commit
a4c84bbe3d
|
|
@ -643,7 +643,7 @@ function book_page() {
|
|||
theme("footer");
|
||||
break;
|
||||
case "print":
|
||||
return book_print(arg(2), $depth = 1);
|
||||
print book_print(arg(2), $depth = 1);
|
||||
break;
|
||||
default:
|
||||
book_render();
|
||||
|
|
|
|||
|
|
@ -643,7 +643,7 @@ function book_page() {
|
|||
theme("footer");
|
||||
break;
|
||||
case "print":
|
||||
return book_print(arg(2), $depth = 1);
|
||||
print book_print(arg(2), $depth = 1);
|
||||
break;
|
||||
default:
|
||||
book_render();
|
||||
|
|
|
|||
Loading…
Reference in New Issue