From 246d97ff15fafd6c93134ec647d34351038c8152 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Mon, 23 Nov 2015 23:46:25 +0530 Subject: [PATCH] removed scroll bar for PDF viewers When we are on PDF version of this book we don't have the horizontal scroll bars so added newline character so half text doesn't go missing --- en/03.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en/03.1.md b/en/03.1.md index ca91cd86..e2ab671e 100644 --- a/en/03.1.md +++ b/en/03.1.md @@ -28,7 +28,9 @@ The full name of a URL is Uniform Resource Locator. It's for describing resource scheme://host[:port#]/path/.../[?query-string][#anchor] scheme assign underlying protocol (such as HTTP, HTTPS, FTP) host IP or domain name of HTTP server - port# default port is 80, and it can be omitted in this case. If you want to use other ports, you must specify which port. For example, http://www.cnblogs.com:8080/ + port# default port is 80, and it can be omitted in this case. + If you want to use other ports, you must specify which port. For example, + http://www.cnblogs.com:8080/ path resources path query-string data are sent to server anchor anchor