]> source.dussan.org Git - redmine.git/commitdiff
fix newline 'LF' to 'CRLF' at public/help/wiki_syntax_detailed.html
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 19 Sep 2011 14:35:07 +0000 (14:35 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 19 Sep 2011 14:35:07 +0000 (14:35 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7402 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/help/wiki_syntax_detailed.html

index ad0268b6ae2a234dbf7c2a204dc337a2027b87c0..05906c5e7d05a8cf6f2090728a966cb7a1e6de05 100644 (file)
@@ -68,7 +68,7 @@
 \r
         <p>Wiki links are displayed in red if the page doesn't exist yet, eg: <a href="#" class="wiki-page new">Nonexistent page</a>.</p>\r
 \r
-        <p>Links to other resources:</p>
+        <p>Links to other resources:</p>\r
 \r
         <ul>\r
             <li>Documents:\r
@@ -76,7 +76,7 @@
                     <li><strong>document#17</strong> (link to document with id 17)</li>\r
                     <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>\r
                     <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>\r
-                    <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
+                    <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>\r
                 </ul></li>\r
         </ul>\r
 \r
         </ul>\r
 \r
         <ul>\r
-             <li>Repository files:
+             <li>Repository files:\r
                 <ul>\r
-                    <li><strong>source:some/file</strong>           (link to the file located at /some/file in the project's repository)</li>
-                    <li><strong>source:some/file@52</strong>        (link to the file's revision 52)</li>
-                    <li><strong>source:some/file#L120</strong>      (link to line 120 of the file)</li>
-                    <li><strong>source:some/file@52#L120</strong>   (link to line 120 of the file's revision 52)</li>
-                    <li><strong>source:"some file@52#L120"</strong> (use double quotes when the URL contains spaces</li>
+                    <li><strong>source:some/file</strong>           (link to the file located at /some/file in the project's repository)</li>\r
+                    <li><strong>source:some/file@52</strong>        (link to the file's revision 52)</li>\r
+                    <li><strong>source:some/file#L120</strong>      (link to line 120 of the file)</li>\r
+                    <li><strong>source:some/file@52#L120</strong>   (link to line 120 of the file's revision 52)</li>\r
+                    <li><strong>source:"some file@52#L120"</strong> (use double quotes when the URL contains spaces</li>\r
                     <li><strong>export:some/file</strong>           (force the download of the file)</li>\r
                     <li><strong>sandbox:source:some/file</strong>   (link to the file located at /some/file in the repository of the project "sandbox")</li>\r
-                    <li><strong>sandbox:export:some/file</strong>   (force the download of the file)</li>
-                </ul></li>
+                    <li><strong>sandbox:export:some/file</strong>   (force the download of the file)</li>\r
+                </ul></li>\r
         </ul>\r
 \r
         <ul>\r
-            <li>Forum messages:
-                <ul>
-                    <li><strong>message#1218</strong> (link to message with id 1218)</li>
-                </ul></li>
-        </ul>
-
-        <ul>
-            <li>Projects:
-                <ul>
-                    <li><strong>project#3</strong> (link to project with id 3)</li>
-                    <li><strong>project:someproject</strong> (link to project named "someproject")</li>
-                </ul></li>
-        </ul>
-
-
-        <p>Escaping:</p>
-
-        <ul>
+            <li>Forum messages:\r
+                <ul>\r
+                    <li><strong>message#1218</strong> (link to message with id 1218)</li>\r
+                </ul></li>\r
+        </ul>\r
+\r
+        <ul>\r
+            <li>Projects:\r
+                <ul>\r
+                    <li><strong>project#3</strong> (link to project with id 3)</li>\r
+                    <li><strong>project:someproject</strong> (link to project named "someproject")</li>\r
+                </ul></li>\r
+        </ul>\r
+\r
+\r
+        <p>Escaping:</p>\r
+\r
+        <ul>\r
             <li>You can prevent Redmine links from being parsed by preceding them with an exclamation mark: !</li>\r
         </ul>\r
 \r
@@ -242,7 +242,7 @@ To go live, all you need to add is a database and a web server.
 \r
     <h2><a name="13" class="wiki-page"></a>Code highlighting</h2>\r
 \r
-    <p>Code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a fast syntax highlighting library written completely in Ruby. It currently supports c, cpp, css, delphi, groovy, html, java, javascript, json, php, python, rhtml, ruby, scheme, sql, xml and yaml languages.</p>
+    <p>Code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a fast syntax highlighting library written completely in Ruby. It currently supports c, cpp, css, delphi, groovy, html, java, javascript, json, php, python, rhtml, ruby, scheme, sql, xml and yaml languages.</p>\r
 \r
     <p>You can highlight code in your wiki page using this syntax:</p>\r
 \r