Changeset 113085 in spip-zone
- Timestamp:
- Dec 22, 2018, 10:46:04 PM (2 months ago)
- Location:
- _plugins_/article_pdf/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/article_pdf/trunk/paquet.xml
r113066 r113085 2 2 prefix="article_pdf" 3 3 categorie="edition" 4 version="1.0. 9"4 version="1.0.10" 5 5 etat="stable" 6 6 compatibilite="[3.1.0;3.2.*]" -
_plugins_/article_pdf/trunk/pdf/lib_pdf_global.php
r113063 r113085 334 334 $this->SRC=extraire_attribut($e,'src'); 335 335 //élimine les ?34423/ABC345 qui suive le nom de fichier 336 $this->SRC = preg_replace(',[?].*+$,','',$this->SRC);336 $this->SRC = supprimer_timestamp($this->SRC); 337 337 338 338 // si l'image est manquante mettre un lien avec le texte alt
Note: See TracChangeset
for help on using the changeset viewer.