Changeset 79333 in spip-zone
- Timestamp:
- Dec 13, 2013, 5:56:46 PM (7 years ago)
- Location:
- _core_/branches/spip-3.0/plugins/textwheel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/branches/spip-3.0/plugins/textwheel/inc/lien.php
r72918 r79333 280 280 } 281 281 282 define('_EXTRAIRE_DOMAINE', '/^(?:(?:[^\W_]((?:[^\W_]|-){0,61}[^\W_,])?\.)+[a-z ]{2,6}|localhost)\b/Si');282 define('_EXTRAIRE_DOMAINE', '/^(?:(?:[^\W_]((?:[^\W_]|-){0,61}[^\W_,])?\.)+[a-z0-9]{2,6}|localhost)\b/Si'); 283 283 284 284 define('_RACCOURCI_CHAPO', '/^(\W*)(\W*)(\w*\d+([?#].*)?)$/'); -
_core_/branches/spip-3.0/plugins/textwheel/paquet.xml
r79139 r79333 2 2 prefix="tw" 3 3 categorie="edition" 4 version="0.8. 19"4 version="0.8.20" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.