You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/05/06 17:57:36 UTC

[incubator-streampipes-website] branch dev updated: removed unnecessary ')

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new d81af93  removed unnecessary ')
     new 20e0030  Merge pull request #5 from frank-fzi/dev
d81af93 is described below

commit d81af930486b35bd291e3cc63703b44fc85955ea
Author: Matthias Frank <fr...@Matthiass-MBP.fritz.box>
AuthorDate: Wed May 6 11:26:42 2020 +0200

    removed unnecessary ')
---
 website/features.ejs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/features.ejs b/website/features.ejs
index f0b7888..ef71eca 100644
--- a/website/features.ejs
+++ b/website/features.ejs
@@ -20,13 +20,13 @@
                     <div class="col-md-6 col-12">
                         <ul>
                             <li><h5 class="feature-item-margin">
-                                    <span class="feature-highlights-bg">Easy to use.</span> Web-based user interface to create stream processing pipelines in a graphical editor.') %>
+                                    <span class="feature-highlights-bg">Easy to use.</span> Web-based user interface to create stream processing pipelines in a graphical editor. %>
                                 </h5></li>
                             <li><h5 class="feature-item-margin">
-                                    <span class="feature-highlights-bg">Powerful.</span> Select data streams, add transformation modules and choose a data sink. StreamPipes cares about execution details of your pipeline.') %>
+                                    <span class="feature-highlights-bg">Powerful.</span> Select data streams, add transformation modules and choose a data sink. StreamPipes cares about execution details of your pipeline. %>
                                 </h5></li>
                             <li><h5 class="feature-item-margin">
-                                    <span class="feature-highlights-bg">Intelligent.</span> Our built-in semantics recommend you elements you can connect and disallow you to connect elements that wo not work.') %>
+                                    <span class="feature-highlights-bg">Intelligent.</span> Our built-in semantics recommend you elements you can connect and disallow you to connect elements that wo not work. %>
                                 </h5></li>
                         </ul>
                     </div>