Skip to content

Commit 56b5e12

Browse files
committed
Fix attribution comment
1 parent 6c311f8 commit 56b5e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/graphs/realtime.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<text id="collect_initial" x="{{ $width * 0.5 }}" y="{{ $height * 0.5 }}" visibility="hidden" fill="gray" font-family="Tahoma, Verdana, Arial, Helvetica, sans-serif" font-size="4" text-anchor="middle">Collecting initial data, please wait...</text>
2828
</g>
2929
<script type="application/ecmascript">
30-
/* adapted from
30+
{{-- adapted from
3131
* @author T. Lechat <dev@lechat.org>, Manuel Kasper <mk@neon1.net>, Jonathan Watt <jwatt@jwatt.org>
3232
* @copyright 2004-2006 T. Lechat <dev@lechat.org>, Manuel Kasper <mk@neon1.net>, Jonathan Watt <jwatt@jwatt.org>
3333
* @license BSD
34-
*/
34+
--}}
3535
3636
<![CDATA[
3737
let svgDoc = null;

0 commit comments

Comments
 (0)