We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8c1d8 commit afa6afaCopy full SHA for afa6afa
index.html
@@ -2,7 +2,7 @@
2
<!--suppress CssUnusedSymbol -->
3
<html lang="en">
4
<head>
5
- <title>Organization Chart</title>
+ <title>Organization Chart (js only)</title>
6
7
<!-- Begin META-TAG Section -->
8
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
@@ -2459,7 +2459,7 @@
2459
<div class="cropLargePhoto" >
2460
<img src="${ person.image }" fetchpriority="high"
2461
class="largePhoto"
2462
- width="192"
+ width="193"
2463
height="192"
2464
title="a photograph of ${ htmlEscape( person.name ) }"
2465
alt="a photograph of ${ htmlEscape( person.name ) }" />
0 commit comments