Skip to content

Commit 999f589

Browse files
committed
Resolving Merge Conflicts
2 parents cee1f7b + 054fe6d commit 999f589

File tree

8 files changed

+5
-14
lines changed

8 files changed

+5
-14
lines changed

classes/attribute.class.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,4 @@ private function buildPrint() {
8282
public function showPrint() {
8383
return $this->printCode;
8484
}
85-
}
86-
?>
85+
}

classes/attributeGroup.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ public function showPrint() {
4747
return $this->printCode;
4848
}
4949
}
50-
?>

classes/blood.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ public function showPrint() {
4343
return $this->printCode;
4444
}
4545
}
46-
?>

classes/bloodPool.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ public function showPrint() {
6060
return $this->printCode;
6161
}
6262
}
63-
?>

classes/dot.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ public function showPrint() {
4646
return $this->printCode;
4747
}
4848
}
49-
?>

classes/navbar.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,3 @@ public function showBackgrounds() {
108108
return $this->backgroundCode;
109109
}
110110
}
111-
?>

classes/printable.class.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private function buildCode() {
2727

2828
'<div id="plainText" class="section">' . "\n";
2929

30-
$this->code .= '<div id="text1" class="lefty">' . "\n" .
30+
$this->code .= '<div id="text1" class="lefty">' . "\n" .
3131
'Character\'s Name:' . "\n" .
3232
'<span class="plain">' . $this->data['fluff']['character'] . '</span>' . "\n" .
3333
'<br />' . "\n" .
@@ -139,14 +139,12 @@ private function buildCode() {
139139
break;
140140
}
141141
}
142-
$this->code .= '</div>' . "\n";
142+
$this->code .= '</div>' . "\n";
143+
}
143144
}
144145
}
145-
}
146146

147147
public function showCode() {
148148
return $this->code;
149149
}
150150
}
151-
152-
?>

printme.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,4 @@
221221
'checked' => 1
222222
],
223223
'blood' => 10
224-
];
225-
?>
224+
];

0 commit comments

Comments
 (0)