Skip to content

Commit

Permalink
Merge branch 'hotfix/gui_raw_view'
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Jul 9, 2013
2 parents d5df1e9 + 4471f09 commit e3e97d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/gui/httpeditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_text(self, splitted=False):

if len(splitted_raw_text) == 1:
# no postdata
headers = splitted_raw_text
headers = splitted_raw_text[0]
data = ''
else:
# We'll always have 2 here, since we passed 1 as a second
Expand Down

0 comments on commit e3e97d2

Please sign in to comment.