diff --git a/application/views/request/course_found.xhtml b/application/views/request/course_found.xhtml
index 508ad7dd07d5f1e709c5889707f2d1cfb540d994..371a639f7303f5ba7a2f44467536c5ed54695e53 100644
--- a/application/views/request/course_found.xhtml
+++ b/application/views/request/course_found.xhtml
@@ -17,7 +17,7 @@
     Warning! This course is currently awaiting approval in an active request!<br />
     You probably do not want to submit another request for this course!
 </h2>
-<?php } else { ?>
+<?php } ?>
 
 <h2>
     The course <?php echo $this->subject , ' '
@@ -56,4 +56,4 @@
     </li>
 </ul>
 
-<?php } }
\ No newline at end of file
+<?php }
\ No newline at end of file
diff --git a/application/views/request/create_new_course_ask.xhtml b/application/views/request/create_new_course_ask.xhtml
index 3a2e04a7a3ac09a2b275a1fc5dbab70d14d87fcd..8c6fc3a99050f366c1420503f63b8d2b7c61f6db 100644
--- a/application/views/request/create_new_course_ask.xhtml
+++ b/application/views/request/create_new_course_ask.xhtml
@@ -4,7 +4,7 @@
         Warning! This course is currently awaiting approval in an active request!<br />
         You probably do not want to submit another request for this course!
     </h2>
-    <?php } else {?>
+    <?php } ?>
     <h2>
         The course <?php echo $this->subject , ' '
                             , $this->courseNumber
@@ -33,5 +33,4 @@
             </a>
         </li>
     </ul>
-    <?php } ?>
 </div>