Index: scribus/ui/about.cpp
===================================================================
--- scribus/ui/about.cpp	(revision 25528)
+++ scribus/ui/about.cpp	(working copy)
@@ -397,7 +397,7 @@
 				}
 			} // else is empty line
 		} // while ! atEnd
-		result += "<table>";
+		result += "</table>";
 	} // if file found
 	else
 	{
@@ -553,7 +553,7 @@
 			}
 			result += "<tr><td></td><td></td></tr><tr><td></td><td></td></tr>";
 		}
-		result += "<table>";
+		result += "</table>";
 	} // if file found
 	else
 	{
@@ -620,7 +620,7 @@
 			  isTitle = true;
 			} // else is empty line
 		} // while ! atEnd
-		result += "<table>";
+		result += "</table>";
 	} // if file found
 	else
 	{
