]> _ Git - fluidbook_tools.git/commitdiff
Merge remote-tracking branch 'origin/master' master
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 20 Mar 2026 13:01:06 +0000 (14:01 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 20 Mar 2026 13:01:06 +0000 (14:01 +0100)
# Conflicts:
# src/Links/AltTextImageLink.php

1  2 
src/Links/AltTextImageLink.php

index 2a3a4e71060593c9e2d6881e70a9d55e4ab5d1f4,d8bd14b87722638d4bf3e9fd4404da9e0712326d..83a1cf3bfe3d241118b903c3f4618cc5f532c141
@@@ -28,6 -28,6 +28,6 @@@ class AltTextImageLink extends Link 
              $attrs .= ' class="' . implode(' ', $class) . '"';
          }
  
-         return '<a href="#" data-type="' . $this->type . '"' . $attrs . $this->getAdditionnalContent(true) . '>' . $this->getInnerContent() . '</a>';
 -        return '<a href="javascript:void(0)" data-type="' . $this->type . '"' . $attrs . $this->getAdditionnalContent() . '>' . $this->getInnerContent() . '</a>';
++        return '<a href="javascript:void(0)" data-type="' . $this->type . '"' . $attrs . $this->getAdditionnalContent(true) . '>' . $this->getInnerContent() . '</a>';
      }
  }