Corrects code indentation anomalies.

CommentFileSizeAuthor
modules_page_title.patch1.07 KBpillarsdotnet

Comments

andypost’s picture

+++ modules/node.page_title.incundefined
@@ -42,14 +42,14 @@ function node_page_title_pattern_alter(&$pattern, &$types) {
+           !empty($field['bundles']['node']) &&
+           in_array($node->type, $field['bundles']['node']) &&
+           isset($node->{$field_name}[$node->language][0]) ) {

Indent should be left-aligned

Powered by Dreditor.

pillarsdotnet’s picture

Status: Needs review » Closed (works as designed)
andypost’s picture

Status: Closed (works as designed) » Needs review
+++ modules/node.page_title.incundefined
@@ -42,14 +42,14 @@ function node_page_title_pattern_alter(&$pattern, &$types) {
-        break;
+          break;

This should be commited