fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
10fe016
)
Fixed the print view.
author
Lukasz
<lreqc@debian.(none)>
Tue, 27 Oct 2009 11:18:35 +0000
(07:18 -0400)
committer
Lukasz
<lreqc@debian.(none)>
Tue, 27 Oct 2009 11:18:35 +0000
(07:18 -0400)
apps/api/handlers/library_handlers.py
patch
|
blob
|
history
diff --git
a/apps/api/handlers/library_handlers.py
b/apps/api/handlers/library_handlers.py
index
cbd3a0a
..
4603877
100755
(executable)
--- a/
apps/api/handlers/library_handlers.py
+++ b/
apps/api/handlers/library_handlers.py
@@
-305,7
+305,7
@@
class DocumentHTMLHandler(BaseHandler):
@validate_form(forms.DocumentRetrieveForm, 'GET')
@hglibrary
@validate_form(forms.DocumentRetrieveForm, 'GET')
@hglibrary
- def read(self, request, form, docid, lib, stylesheet='
partia
l'):
+ def read(self, request, form, docid, lib, stylesheet='
ful
l'):
"""Read document as html text"""
try:
revision = form.cleaned_data['revision']
"""Read document as html text"""
try:
revision = form.cleaned_data['revision']
@@
-328,7
+328,7
@@
class DocumentHTMLHandler(BaseHandler):
return error
return librarian.html.transform(document.data('xml'), is_file=False, \
return error
return librarian.html.transform(document.data('xml'), is_file=False, \
- parse_dublincore=False, stylesheet=
'full'
,\
+ parse_dublincore=False, stylesheet=
stylesheet
,\
options={
"with-paths": 'boolean(1)',
})
options={
"with-paths": 'boolean(1)',
})