tooltip fix - linuxgaming - Linux gaming aggregate tool, built to test out NodeJS.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit dde7fb2ab099810b66f392a2df8b4b96dc952d98
 (DIR) parent 79554a6eb94acc3fcf37bec7ee6c8fffa97a2b22
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Wed, 18 Jul 2018 12:31:22 +0100
       
       tooltip fix
       
       Diffstat:
         M CHANGELOG                           |       2 ++
         M linuxgaming/templates/pages/home.h… |       2 +-
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/CHANGELOG b/CHANGELOG
       @@ -6,6 +6,8 @@ Wed 18 Jul
        
          - Added new source "Xpenguin"
          - RSS description check added.
       +  - Refactored search page.
       +  
        
        Tue 17 Jul
        ---
 (DIR) diff --git a/linuxgaming/templates/pages/home.html b/linuxgaming/templates/pages/home.html
       @@ -26,7 +26,7 @@
          <thead>
            <tr>
              <th>Type</th>
       -      <th data-title="Source" data-content="Click the source to filter by them" data-position="top center">Source</th>
       +      <th data-tooltip="Click the source to filter just them!" data-position="top center">Source</th>
              <th>Title</th>
              <th>Released</th>
              <th>Link</th>