Skip to content

Commit b34bf27

Browse files
committed
merging pull request that fixes issues on wsgi page
1 parent 52f92b5 commit b34bf27

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,9 +1311,9 @@ <h2>WSGI resources</h2>
13111311
contains a simple example of how a WSGI-compatible application works.</p>
13121312
</li>
13131313
<li>
1314-
<p>A thorough and informative post for LAMP-stack hosting chocies is
1314+
<p>A thorough and informative post for LAMP-stack hosting choices is
13151315
presented in the
1316-
"<a href="http://www.apreche.net/complete-single-server-django-stack-tutorial/&gt;">complete single server Django stack tutorial</a>." </p>
1316+
"<a href="http://www.apreche.net/complete-single-server-django-stack-tutorial/">complete single server Django stack tutorial</a>." </p>
13171317
</li>
13181318
<li>
13191319
<p>This post entitled

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-28T18:19:05Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-30T08:08:39Z</updated></feed>

wsgi-servers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ <h2>WSGI resources</h2>
208208
contains a simple example of how a WSGI-compatible application works.</p>
209209
</li>
210210
<li>
211-
<p>A thorough and informative post for LAMP-stack hosting chocies is
211+
<p>A thorough and informative post for LAMP-stack hosting choices is
212212
presented in the
213-
"<a href="http://www.apreche.net/complete-single-server-django-stack-tutorial/&gt;">complete single server Django stack tutorial</a>." </p>
213+
"<a href="http://www.apreche.net/complete-single-server-django-stack-tutorial/">complete single server Django stack tutorial</a>." </p>
214214
</li>
215215
<li>
216216
<p>This post entitled

0 commit comments

Comments
 (0)