Welcome to Drupal Guru

Drupal 6 uses single '-' notation while Drupal 7 uses '--' notation.

 

Drupal - 6:

node-[content-type].tpl.php

Example : node-blog.tpl.php

 

 

Drupal - 7:

node--[content-type].tpl.php

Example: node--blog.tpl.php