Browse code

Tweaks

Philip I. Thomas authored on 17/10/2012 at 23:10:40
Showing 1 changed files
... ...
@@ -170,12 +170,12 @@ function position($company,$city,$job,$dates,$blob) {
170 170
 	echo '
171 171
 		<div class="row">
172 172
 			<div class="span6" class="pull-left" style="font-weight: bold">'.$company.'</div>	
173
-			<div class="span6 class="pull-right" style="font-weight: bold">'.$city'</div>
173
+			<div class="span6 class="pull-right" style="font-weight: bold">'.$city.'</div>
174 174
 		</div> <!-- end row-->
175 175
 			
176 176
 		<div class="row">
177 177
 			<div class="span6" class="pull-left" style="font-style:italic">'.$job.'</div>	
178
-			<div class="span6 class="pull-right" style="font-style:italic">'.$dates'</div>
178
+			<div class="span6 class="pull-right" style="font-style:italic">'.$dates.'</div>
179 179
 		</div> <!-- end row-->
180 180
 		';
181 181
 		if (!empty($blob)) {