[gthumb] web album export produces invalid HTML



commit 8f41dc6dfd2c870a9f31552ee6ec0245016adaa7
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Jan 5 10:20:02 2013 +0100

    web album export produces invalid HTML
    
    removed a double "
    
    [bug #691123]

 .../data/albumthemes/Classic/image.gthtml          |   12 ++++----
 .../data/albumthemes/ClassicClips/image.gthtml     |   16 +++++-----
 .../data/albumthemes/NeatRound/image.gthtml        |   28 ++++++++--------
 .../webalbums/data/albumthemes/Wiki/image.gthtml   |   32 ++++++++++----------
 4 files changed, 44 insertions(+), 44 deletions(-)
---
diff --git a/extensions/webalbums/data/albumthemes/Classic/image.gthtml b/extensions/webalbums/data/albumthemes/Classic/image.gthtml
index fdc89d1..e4780dc 100644
--- a/extensions/webalbums/data/albumthemes/Classic/image.gthtml
+++ b/extensions/webalbums/data/albumthemes/Classic/image.gthtml
@@ -20,10 +20,10 @@
       <h1 class="image-title">
         <%= header %>
       </h1>
-      
+
       <ul class="navigation-bar">
         <li class="index">
-          <a href="<%= page_link idx_relative="0" image_idx %>" title="<%= translate 'Go back to the index' %>"">
+          <a href="<%= page_link idx_relative="0" image_idx %>" title="<%= translate 'Go back to the index' %>">
             <span><%= translate 'Go back to the index' %></span>
           </a>
         </li>
@@ -53,7 +53,7 @@
         <li class="last">
         </li>
       </ul>
-      
+
       <% if image_description_enabled || image_attributes_enabled %>
       <div class="image-preview">
       <% else %>
@@ -65,15 +65,15 @@
         <%= image preview class="preview" %>
         <% end %>
       </div>
-    
+
       <% for_each image_caption %>
         <% if first_item %>
           <dl class="caption-container">
         <% end %>
-    
+
             <dt class="property"> <%= item_attribute display_name %> </dt>
             <dd class="property-value"> <%= item_attribute value %> </dd>
-    
+
         <% if last_item %>
             <dt class="last property"></dt>
             <dd class="last property-value"></dd>
diff --git a/extensions/webalbums/data/albumthemes/ClassicClips/image.gthtml b/extensions/webalbums/data/albumthemes/ClassicClips/image.gthtml
index 3d24a72..e4780dc 100644
--- a/extensions/webalbums/data/albumthemes/ClassicClips/image.gthtml
+++ b/extensions/webalbums/data/albumthemes/ClassicClips/image.gthtml
@@ -20,10 +20,10 @@
       <h1 class="image-title">
         <%= header %>
       </h1>
-      
+
       <ul class="navigation-bar">
         <li class="index">
-          <a href="<%= page_link idx_relative="0" image_idx %>" title="<%= translate 'Go back to the index' %>"">
+          <a href="<%= page_link idx_relative="0" image_idx %>" title="<%= translate 'Go back to the index' %>">
             <span><%= translate 'Go back to the index' %></span>
           </a>
         </li>
@@ -52,11 +52,11 @@
         <% end %>
         <li class="last">
         </li>
-      </ul> 
-      
+      </ul>
+
       <% if image_description_enabled || image_attributes_enabled %>
       <div class="image-preview">
-      <% else %>      
+      <% else %>
       <div class="image-preview image-preview-centered">
       <% end %>
         <% if copy_originals %>
@@ -65,15 +65,15 @@
         <%= image preview class="preview" %>
         <% end %>
       </div>
-    
+
       <% for_each image_caption %>
         <% if first_item %>
           <dl class="caption-container">
         <% end %>
-    
+
             <dt class="property"> <%= item_attribute display_name %> </dt>
             <dd class="property-value"> <%= item_attribute value %> </dd>
-    
+
         <% if last_item %>
             <dt class="last property"></dt>
             <dd class="last property-value"></dd>
diff --git a/extensions/webalbums/data/albumthemes/NeatRound/image.gthtml b/extensions/webalbums/data/albumthemes/NeatRound/image.gthtml
index 6ce8e6e..e4780dc 100644
--- a/extensions/webalbums/data/albumthemes/NeatRound/image.gthtml
+++ b/extensions/webalbums/data/albumthemes/NeatRound/image.gthtml
@@ -20,15 +20,15 @@
       <h1 class="image-title">
         <%= header %>
       </h1>
-      
+
       <ul class="navigation-bar">
         <li class="index">
-          <a href="<%= page_link idx_relative="0" image_idx %>" title="<%= translate 'Go back to the index' %>"">
+          <a href="<%= page_link idx_relative="0" image_idx %>" title="<%= translate 'Go back to the index' %>">
             <span><%= translate 'Go back to the index' %></span>
           </a>
         </li>
         <% if image_idx < images  %>
-        <li class="next-image">          
+        <li class="next-image">
           <a href="<%= image_link idx_relative="+1" %>" title="<%= translate 'View the next image' %>">
             <span><%= translate 'View the next image' %></span>
           </a>
@@ -41,10 +41,10 @@
           <span><%= image_idx %> / <%= images %></span>
         </li>
         <% if image_idx > 1  %>
-        <li class="previous-image">          
+        <li class="previous-image">
           <a href="<%= image_link idx_relative="-1" %>" title="<%= translate 'View the previous image' %>">
             <span><%= translate 'View the previous image' %></span>
-          </a>     
+          </a>
         </li>
         <% else %>
         <li class="void">
@@ -52,28 +52,28 @@
         <% end %>
         <li class="last">
         </li>
-      </ul>  
-      
+      </ul>
+
       <% if image_description_enabled || image_attributes_enabled %>
       <div class="image-preview">
-      <% else %>      
+      <% else %>
       <div class="image-preview image-preview-centered">
       <% end %>
-        <% if copy_originals %>    
+        <% if copy_originals %>
         <a href="<%= file_name with_relative_path %>"><%= image preview class="preview" %></a>
         <% else %>
         <%= image preview class="preview" %>
         <% end %>
-      </div>      
-    
+      </div>
+
       <% for_each image_caption %>
         <% if first_item %>
           <dl class="caption-container">
         <% end %>
-    
+
             <dt class="property"> <%= item_attribute display_name %> </dt>
             <dd class="property-value"> <%= item_attribute value %> </dd>
-    
+
         <% if last_item %>
             <dt class="last property"></dt>
             <dd class="last property-value"></dd>
@@ -87,7 +87,7 @@
       </div>
       <% end %>
 
-    </div>    
+    </div>
   </div>
   <div id="footer">
     <div id="footer-2">
diff --git a/extensions/webalbums/data/albumthemes/Wiki/image.gthtml b/extensions/webalbums/data/albumthemes/Wiki/image.gthtml
index de95d72..ecc24b1 100644
--- a/extensions/webalbums/data/albumthemes/Wiki/image.gthtml
+++ b/extensions/webalbums/data/albumthemes/Wiki/image.gthtml
@@ -24,7 +24,7 @@
       <ul class="page-navigation">
         <li class="status">
           <%= translate 'Image %d of %d', image_idx, images %>
-        </li>      
+        </li>
         <% if image_idx > 1  %>
         <li>
           <a href="<%= image_link idx_relative="-1" %>" title="<%= translate 'View the previous image' %>">
@@ -34,8 +34,8 @@
         <% else %>
         <li class="disabled">
           <span><%= translate 'Previous' %></span>
-        </li>        
-        <% end %>        
+        </li>
+        <% end %>
         <% if image_idx < images %>
         <li class="separator">
           <a href="<%= image_link idx_relative="+1" %>" title="<%= translate 'View the next image' %>">
@@ -45,40 +45,40 @@
         <% else %>
         <li class="disabled separator">
           <span><%= translate 'Next' %></span>
-        </li> 
-        <% end %>      
+        </li>
+        <% end %>
         <li>
-          <a href="<%= page_link idx_relative="0" image_idx %>" title="<%= translate 'Go back to the index' %>"">
+          <a href="<%= page_link idx_relative="0" image_idx %>" title="<%= translate 'Go back to the index' %>">
             <%= translate 'Index' %>
           </a>
-        </li>      
+        </li>
         <li class="ultimo">
         </li>
       </ul>
-      <% end %> 
-      
+      <% end %>
+
       <% if image_description_enabled || image_attributes_enabled %>
       <div class="image-preview">
-      <% else %>      
+      <% else %>
       <div class="image-preview image-preview-centered">
       <% end %>
         <div class="image-preview-container">
-        <% if copy_originals %>    
+        <% if copy_originals %>
         <a href="<%= file_name with_relative_path %>"><%= image preview class="preview" %></a>
         <% else %>
         <%= image preview class="preview" %>
         <% end %>
         </div>
-      </div>      
-    
+      </div>
+
       <% for_each image_caption %>
         <% if first_item %>
           <dl class="caption-container">
         <% end %>
-    
+
             <dt class="property"> <%= item_attribute display_name %> </dt>
             <dd class="property-value"> <%= item_attribute value %> </dd>
-    
+
         <% if last_item %>
             <dt class="last property"></dt>
             <dd class="last property-value"></dd>
@@ -92,7 +92,7 @@
       </div>
       <% end %>
 
-    </div>    
+    </div>
   </div>
   <div id="footer">
     <div id="footer-2">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]