Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Visual Editor Custom Buttons - Bug Fix
Créé
il y a 5 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
1 suppression
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
15 lignes
Copier tout
8 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
15 lignes
Copier tout
Copier
Copié
Copier
Copié
//
Old
Version
//
New
Version
(fixed)
if ($radio == "wrap") {
if ($radio == "wrap") {
Copier
Copié
Copier
Copié
$content .= "
QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$left_tag."', '".$right_tag."' )
;
$content .= "
if ( typeof QTags != 'undefined' ) {
QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$left_tag."', '".$right_tag."' )
}
;
";
";
} else {
} else {
Copier
Copié
Copier
Copié
$content .= "
QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$block_content."', '' )
;
$content .= "
if ( typeof QTags != 'undefined' ) {
QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$block_content."', '' )
}
;
";
";
}
}
endif;
endif;
endwhile;
endwhile;
$content .= "
$content .= "
Copier
Copié
Copier
Copié
QTags.addButton( 'tag', 'Link Tag', prompt_user )
;
if ( typeof QTags != 'undefined' ) {
QTags.addButton( 'tag', 'Link Tag', prompt_user )
}
;
Différences enregistrées
Texte d'origine
Ouvrir un fichier
// Old Version if ($radio == "wrap") { $content .= "QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$left_tag."', '".$right_tag."' ); "; } else { $content .= "QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$block_content."', '' ); "; } endif; endwhile; $content .= " QTags.addButton( 'tag', 'Link Tag', prompt_user );
Texte modifié
Ouvrir un fichier
// New Version (fixed) if ($radio == "wrap") { $content .= "if ( typeof QTags != 'undefined' ) {QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$left_tag."', '".$right_tag."' )}; "; } else { $content .= "if ( typeof QTags != 'undefined' ) {QTags.addButton( 'btn".$count."', '".$tagtitle."', '".$block_content."', '' )}; "; } endif; endwhile; $content .= " if ( typeof QTags != 'undefined' ) {QTags.addButton( 'tag', 'Link Tag', prompt_user )};
Trouver la différence