Commit c4fe81fa authored by Romain Courteaud's avatar Romain Courteaud

Improve indentation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26691 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 221a0930
......@@ -113,15 +113,16 @@ try:\n
language = portal.Localizer.get_selected_language()\n
\n
if validation_state is None:\n
validation_state = (\'released\', \'released_alive\', \'published\', \'published_alive\', \\\n
\'shared\', \'shared_alive\', \'public\', \'validated\')\n
validation_state = (\'released\', \'released_alive\', \'published\', \n
\'published_alive\', \'shared\', \'shared_alive\', \n
\'public\', \'validated\')\n
\n
return current_section.WebSection_zGetDocumentValueList(language=language,\n
all_languages=all_languages,\n
validation_state=validation_state,\n
all_versions=all_versions,\n
src__=src__,\n
kw=kw)\n
all_languages=all_languages,\n
validation_state=validation_state,\n
all_versions=all_versions,\n
src__=src__,\n
kw=kw)\n
\n
except Unauthorized:\n
return []\n
......
795
\ No newline at end of file
797
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment