Skip to content

Commit

Permalink
perl -i -pe 's/\s+\z/\n/' t/frames.html
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji authored and oalders committed Dec 9, 2019
1 parent e66de40 commit fb6371d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions t/frames.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<html>
<head>
<title></title>
</head>

<frameset rows="*,*" frameborder="1" framespacing="0" border="1">
<frame name="top" src="find_link.html" marginwidth="8"
marginheight="8" scrolling="auto" frameborder="no">
<frame name="bottom" src="google.html" marginwidth="0"
marginheight="0" scrolling="no" frameborder="no" noresize>
</frameset>

</html>
<html>
<head>
<title></title>
</head>

<frameset rows="*,*" frameborder="1" framespacing="0" border="1">
<frame name="top" src="find_link.html" marginwidth="8"
marginheight="8" scrolling="auto" frameborder="no">
<frame name="bottom" src="google.html" marginwidth="0"
marginheight="0" scrolling="no" frameborder="no" noresize>
</frameset>

</html>

0 comments on commit fb6371d

Please sign in to comment.