Skip to content

Commit

Permalink
[skip-ci] with the new doxygen the doc footer was corrupted (#12885)
Browse files Browse the repository at this point in the history
  • Loading branch information
couet authored May 25, 2023
1 parent 0f57837 commit d05fe48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/doxygen/makehtmlfooter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ echo ' <ul>'
echo ' $navpath'
echo ' <li class="footer">'
echo ' ROOT'$DOXYGEN_ROOT_VERSION' - Reference Guide Generated on $datetime (GVA Time) using Doxygen $doxygenversion &#160;&#160;'
echo ' <img class="footer" src="rootlogo_s.gif" alt="root"/></li>'
echo ' <img class="footer" src="rootlogo_s.gif" alt="root" style="width:auto;height:auto;"/></li>'
echo ' </ul>'
echo '</div>'
echo '<!--END GENERATE_TREEVIEW-->'
echo '<!--BEGIN !GENERATE_TREEVIEW-->'
echo '<hr class="footer"/><address class="footer"><small>'
echo 'ROOT'$DOXYGEN_ROOT_VERSION' - Reference Guide Generated on $datetime (GVA Time) using Doxygen $doxygenversion &#160;&#160;'
echo '<img class="footer" src="rootlogo_s.gif" alt="root"/>'
echo '<img class="footer" src="rootlogo_s.gif" alt="root" style="width:auto;height:auto;"/>'
echo '</small></address>'
echo '<!--END !GENERATE_TREEVIEW-->'
echo '</body>'
Expand Down

0 comments on commit d05fe48

Please sign in to comment.