Author: lyalyakin
Date: Fri Nov 3 14:33:53 2017
New Revision: 1814193
URL: http://svn.apache.org/viewvc?rev=1814193&view=rev
Log:
Follow-up to r1814018.
* site/staging/quick-start.html
(#what-is-a-repository): use —.
Modified:
subversion/site/staging/quick-start.html
Modified: subversion/site/staging/quick-start.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/quick-start.html?rev=1814193&r1=1814192&r2=1814193&view=diff
==============================================================================
--- subversion/site/staging/quick-start.html (original)
+++ subversion/site/staging/quick-start.html Fri Nov 3 14:33:53 2017
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -80,8 +80,8 @@ we recommend you do a Web search for <tt
<p>The repository is a version control database that often resides on a
server and is usually exposed either by an Apache HTTP Server
(through the <tt>mod_dav_svn</tt> module) or by an svnserve server.
-The repository acts as a single source of truth and - as a central
-storage - it contains the complete history of changes of the versioned
+The repository acts as a single source of truth and — as a central
+storage — it contains the complete history of changes of the versioned
data in form of revisions.</p>
<p>Repository URL examples:</p>