Poprawienie przycisku "wersja do druku"
[redakcja.git] / apps / api / handlers / library_handlers.py
index d7438a1..f1b683f 100644 (file)
@@ -216,7 +216,7 @@ class DocumentHTMLHandler(BaseHandler):
     allowed_methods = ('GET')
 
     @hglibrary
-    def read(self, request, docid, lib, stylesheet='partial'):
+    def read(self, request, docid, lib, stylesheet='full'):
         """Read document as html text"""
         try:
             revision = request.GET.get('revision', 'latest')