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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new a607642  Unnecessary trailing space
a607642 is described below

commit a607642799298cc86359de3833b64cd396ae9675
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 22 15:06:16 2021 +0000

    Unnecessary trailing space
---
 webui/list.html   | 2 +-
 webui/thread.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/list.html b/webui/list.html
index 929256a..22c1fea 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -90,7 +90,7 @@ the License. -->
       <ul class="nav" id="preferences_ul">
         <li class="dropdown navbar-right">
           <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">
-            <img src="images/cog.png" alt="Display Settings" style="width: 
32px;" title="Display Settings "/>
+            <img src="images/cog.png" alt="Display Settings" style="width: 
32px;" title="Display Settings"/>
             <span class="caret"></span>
           </a>
             <div class="dropdown-menu" id="display_options_dropdown">
diff --git a/webui/thread.html b/webui/thread.html
index e967480..1cb3caf 100644
--- a/webui/thread.html
+++ b/webui/thread.html
@@ -53,7 +53,7 @@ the License. -->
         <ul class="nav" id="preferences_ul">
           <li class="dropdown navbar-right">
             <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">
-              <img src="images/cog.png" alt="Display Settings" style="width: 
32px;" title="Display Settings "/>
+              <img src="images/cog.png" alt="Display Settings" style="width: 
32px;" title="Display Settings"/>
               <span class="caret"></span>
             </a>
             <div class="dropdown-menu" id="display_options_dropdown">

Reply via email to