Browse Source

verify Fixed play-activate-mysql's fortunes test

Mike Smith 11 years ago
parent
commit
c07fa7d95c

+ 1 - 1
play-activate-mysql/app/views/fortune.scala.html

@@ -1,6 +1,6 @@
 @(fortunes: List[ActivateFortune])
 @(fortunes: List[ActivateFortune])
 
 
-@main("Testcase 4 :: Fortune :: FrameworkBenchmark") {
+@main("Fortunes") {
     <table>
     <table>
         <tr>
         <tr>
             <th>id</th>
             <th>id</th>

+ 0 - 1
play-activate-mysql/app/views/main.scala.html

@@ -5,7 +5,6 @@
 <html>
 <html>
 <head>
 <head>
     <title>@title</title>
     <title>@title</title>
-    <meta charset=utf-8>
 </head>
 </head>
 <body>
 <body>
     @content
     @content