Skip to content

Commit

Permalink
- Fixed profiling report title (<title>TITLE</title> was not that gre…
Browse files Browse the repository at this point in the history
…at...)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10200 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 24, 2011
1 parent 0d7e17a commit 84159c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/scripts/default_profiling.xsl
Expand Up @@ -20,7 +20,7 @@
<xsl:template match="/simulation">
<html>
<head>
<title>TITLE</title>
<title>Profiling information for <xsl:value-of select="modelinfo/name"/></title>
<style type="text/css">
table {border-style: solid;border-spacing: 0;}
th {
Expand Down

0 comments on commit 84159c5

Please sign in to comment.