You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/07/15 19:52:15 UTC

[celix-site] branch master updated: Escaping backup download link to prevent being parsed as markdown

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 22c79d3  Escaping backup download link to prevent being parsed as markdown
22c79d3 is described below

commit 22c79d33df6d7e5637f622e23de8db385671605b
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Mon Jul 15 21:51:43 2019 +0200

    Escaping backup download link to prevent being parsed as markdown
---
 source/download.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/download.md b/source/download.md
index 2fa9225..a0ba8d0 100644
--- a/source/download.md
+++ b/source/download.md
@@ -28,7 +28,7 @@ mirrors (at the end of the mirrors list) that should be available.
         [end]
         [end]
         [if-any backup]
-        [for backup]<option value="[backup]">[backup] (backup)</option>
+        [for backup]<option value="[backup]">\[backup\] \(backup\)</option>
         [end]
         [end]
     </select>