Announcement

  •  » Beta testing
  •  » [Fotorama 2.6.h] quotes in gallery title

#1 2014-04-01 10:53:33

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

[Fotorama 2.6.h] quotes in gallery title

Hi JanisV,

Slideshow is broken if I have a quote in my gallery title. It must be escaped.

Code:

$ svn diff template/slideshow.tpl
Index: template/slideshow.tpl
===================================================================
--- template/slideshow.tpl      (revision 1767)
+++ template/slideshow.tpl      (working copy)
@@ -53,7 +53,7 @@
                 jQuery('#slideshow .browsePath a').attr('href', fotorama.activeFrame['url']);
                 jQuery('#slideshow .showtitle').text(fotorama.activeFrame['title']);
                 jQuery('#slideshow .imageNumber').text((fotorama.activeFrame['i'])+'/'+{/literal}{count($items)}{literal});
-                document.title = fotorama.activeFrame['title'] + ' | {/literal}{$GALLERY_TITLE}{literal}';
+                document.title = fotorama.activeFrame['title'] + ' | {/literal}{$GALLERY_TITLE|escape:javascript}{literal}';
               }
             }
         )
@@ -82,7 +82,7 @@
               jQuery('#slideshow .browsePath a').attr('href', fotorama.activeFrame['url']);
               jQuery('#slideshow .showtitle').text(fotorama.activeFrame['title']);
               jQuery('#slideshow .imageNumber').text((fotorama.activeFrame['i'])+'/'+{/literal}{count($items)}{literal});
-              document.title = fotorama.activeFrame['title'] + ' | {/literal}{$GALLERY_TITLE}{literal}';
+              document.title = fotorama.activeFrame['title'] + ' | {/literal}{$GALLERY_TITLE|escape:javascript}{literal}';
 
               fullscreen = false;
               {/literal}{/if}{literal}

Offline

 

#2 2014-09-08 11:44:17

JanisV
Member
2013-09-25
85

Re: [Fotorama 2.6.h] quotes in gallery title

Not receive this message at time, but fixed

Offline

 
  •  » Beta testing
  •  » [Fotorama 2.6.h] quotes in gallery title

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact