Changeset 79332 in spip-zone
- Timestamp:
- Dec 13, 2013, 5:48:14 PM (7 years ago)
- Location:
- _core_/plugins/textwheel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/textwheel/inc/lien.php
r73005 r79332 287 287 } 288 288 289 define('_EXTRAIRE_DOMAINE', '/^(?:(?:[^\W_]((?:[^\W_]|-){0,61}[^\W_,])?\.)+[a-z ]{2,6}|localhost)\b/Si');289 define('_EXTRAIRE_DOMAINE', '/^(?:(?:[^\W_]((?:[^\W_]|-){0,61}[^\W_,])?\.)+[a-z0-9]{2,6}|localhost)\b/Si'); 290 290 291 291 define('_RACCOURCI_CHAPO', '/^(\W*)(\W*)(\w*\d+([?#].*)?)$/'); -
_core_/plugins/textwheel/paquet.xml
r79300 r79332 2 2 prefix="tw" 3 3 categorie="edition" 4 version="0.8.1 8"4 version="0.8.19" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.