|
@@ -1,5 +1,6 @@ |
|
|
block discarded – undo |
|
1
|
1
|
<div class="debate-speech__division__your-mp"> |
|
2
|
|
- <?php if ( !isset($main_vote_mp) || ! $main_vote_mp) { /* $main_vote_mp is true if an MP has been requested via the URL */ ?> |
|
|
2
|
+ <?php if ( !isset($main_vote_mp) || ! $main_vote_mp) { |
|
|
3
|
+/* $main_vote_mp is true if an MP has been requested via the URL */ ?> |
|
3
|
4
|
<div class="your-mp__header"> |
|
4
|
5
|
<h3>How your <?= $division['members']['singular'] ?> voted</h3> |
|
5
|
6
|
<p> |
Please login to merge, or discard this patch.